I would like to develop a server based on python's xmlrpc. But I
realized that SimpleXMLRPCSer ver does not spawn a thread for each
request.
How could the SimpleXMLRPCSer ver be turned into a multi-threaded
Server?
Is there a reason why the SimpleXMLRPCSer ver is not multi-threaded?
Is there a plan to make it multi-threaded?
Thanks for any hints in advance,
Cheers,
Marco
realized that SimpleXMLRPCSer ver does not spawn a thread for each
request.
How could the SimpleXMLRPCSer ver be turned into a multi-threaded
Server?
Is there a reason why the SimpleXMLRPCSer ver is not multi-threaded?
Is there a plan to make it multi-threaded?
Thanks for any hints in advance,
Cheers,
Marco
Comment