Help Please - Need to make SOAPpy server multithreaded or handle problem some other way

sberry hacker.stevenson at gmail.com
Thu Dec 13 18:00:16 EST 2007


On Dec 13, 12:38 pm, sberry <hacker.steven... at gmail.com> wrote:
> I have a SOAP server running using SOAPpy.  The problem I am having is
> that it only handles a single request at a time.  It needs to be able
> to accept as many simultaneous requests as come in.
>
> What is the best way to achieve this?  I really appreciate any help
> here.

Found the answer.  Started reading the Server.py file to make updates
required and found a ThreadingSOAPServer... now it all just works.



More information about the Python-list mailing list