Is xmlrpclib slow?
Gillou
nospam at bigfoot.com
Thu Sep 27 13:06:10 EDT 2001
More information about the Python-list mailing list
Thu Sep 27 13:06:10 EDT 2001
- Previous message (by thread): Is xmlrpclib slow?
- Next message (by thread): Is xmlrpclib slow?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Its strongly recommanded to install "sgmlop" as indicated in the comments of xmlrpclib.py. # # Notes: # this version uses the sgmlop XML parser, if installed. this is # typically 10-15x faster than using Python's standard XML parser. # # you can get the sgmlop distribution from: # # http://www.pythonware.com/madscientist Hope the future xmlrpclib will use the new PyXML package in place of the _nearly deprecated_ xmllib. --Gillou
- Previous message (by thread): Is xmlrpclib slow?
- Next message (by thread): Is xmlrpclib slow?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list