xml-rpc

Brian Quinlan brian at sweetapp.com
Mon Mar 29 21:23:12 EDT 2010


On Mar 14, 2010, at 12:14 AM, ahmet erdinc yilmaz wrote:

> Hello,
>
> Recenetly we are developing a senior project and decide to use  
> xmlrpclib.
> However I have some questions. In the documentation I could not find  
> any clue about
> handling requests? Does the server handles each request in a  
> separate thread? Or is
> there some queuing mechanism for client calls? Thanks in advance.

By default calls are processed serially. Look for ThreadingMixIn in:
http://docs.python.org/library/socketserver.html

And maybe read this too:
http://code.activestate.com/recipes/81549-a-simple-xml-rpc-server/

Cheers,
Brian

>
>
> --erdinc
> -- 
> http://mail.python.org/mailman/listinfo/python-list




More information about the Python-list mailing list