On Wed, 09 Aug 2000 16:06:36 -0400, Jim Fulton <[EMAIL PROTECTED]>
wrote:

>That's interesting......Hm.  ZClient has to marshal.  I suspect that
>xml-rpc wants some sort of optimization.

xmlrpclib will by default use python's standard library xmllib.py for
parsing, which is terribly slow.

There is support for an optional C extension, which gave me a 12x
speed increase. Check out the source for xmlrpclib.py for pointers.


Toby Dickenson
[EMAIL PROTECTED]

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to