xmlrpclib threadsafe?

quarterlife c.m.ackerman at gmail.com
Thu Oct 27 12:29:10 EDT 2011


I need to talk to an xmlrpc server.  I open one connection and then
create a pile of threads communicating to that server.  Based on some
limited testing, it seems to work really well.  The next step is to
turn it into a pool.  But before I continue, the question is: Does
anyone know if the xmlrpclib is really threadsafe?



More information about the Python-list mailing list