Anyone using the SOAPpy library?

Bill boober95 at rogers.com
Thu Feb 26 23:56:01 EST 2004


Is anyone using the SOAPpy library?  I just started looking at this was was 
pretty impressed with how easy it is to set up a server, the readme gives a 
short example of a 'hello' sever/client.

But I realized the server doesn't deal with multiple requests, if you set 
up a more serious and send something to the server, then a second, it waits 
until the first is completed.  Now what I'd like to do is have it deal with 
multiple client at a time.  I've seen proxies and it looks like the way to 
do it is with asyncore (and maybe asynchat) but haven't figured it out.

Could anyone tell how it is done, or point me in the right direction?

Thanks, Bill




More information about the Python-list mailing list