SimpleXMLRPCServer and Threading

Achim Domma domma at procoders.net
Wed Mar 28 16:17:49 EDT 2007


Hi,

is SimpleXMLRPCServer multithreaded or how does it handle multiple 
clients? I want to implement a simple server which will be queried by 
multiple processes for work to be done. The server will simply hold a 
queue with files to process. The clients will ask for the next file.

Do I have to sync access to the queue or is the server not threaded at all?

regards,
Achim



More information about the Python-list mailing list