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 -- http://mail.python.org/mailman/listinfo/python-list