Awesome. I only glanced at the standard library implementation, and it seemed pretty basic. So if it gets you the performance you are after, then that solves a problem.
On Thu, May 21, 2015 at 8:33 AM Marcus Ottosson <[email protected]> wrote: > Thanks Justin. > > It does actually support concurrent responses, both threaded and forked, > so I wouldn't be surprised if it could scale quite a bit as-is. > > On my machine, it handles around 1600 (synchronous) requests/second. > > Out of curiosity, I'll have a quick look to see what threading or forking > can do about it. Alternatively, I also found this > <http://sourceforge.net/projects/py-xmlrpc/>, but the main attraction to > me is standard library inclusion. > > -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOCOgXDFPLNuK_Pn%2BDsTEtY2FsDfnnYujYkMnTxeiE5cXA%40mail.gmail.com > <https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOCOgXDFPLNuK_Pn%2BDsTEtY2FsDfnnYujYkMnTxeiE5cXA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA2iRDvXk2rXJdx4Cm1LTP9qviiDFUWAjf_1FdTqX_WAEA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
