best way to accelerate xmlrpc?

skip at pobox.com skip at pobox.com
Fri Nov 7 19:42:01 EST 2008


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

    Mark> xmlrpclib.py attempts to import these modules:

    Mark>     import _xmlrpclib
    Mark>     import sgmlop
    Mark>     from xml.parsers import expat

sgmlop always worked well for me.  I never bothered to try anything else.
Haven't used it in quite awhile though (2.4-ish).  I just built sgmlop 1.1.1
with the cvs head version of Python (aka 2.7a0) and ran its selftest script
with no errors.

Skip



More information about the Python-list mailing list