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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to