best way to accelerate xmlrpc?

mh at pixar.com mh at pixar.com
Fri Nov 7 19:20:53 EST 2008


I've got some python xmlrpc servers and clients.
What's the best way to accelerate them?

xmlrpclib.py attempts to import these modules:

    import _xmlrpclib
    import sgmlop
    from xml.parsers import expat

and falls back to defining the SlowParser class.

So, which of these modules is the preferred one to build
for python 2.5?  for python 2.6?

Many TIA!
Mark



-- 
Mark Harrison
Pixar Animation Studios



More information about the Python-list mailing list