[Zope] Howto speed up XML-RPC

Dieter Maurer dieter at handshake.de
Wed Feb 11 12:59:33 EST 2004


Andreas Jung wrote at 2004-2-10 18:34 +0100:
>Not really since all network servers of Zope (HTTP, FTP, XMLRPC etc.) 
>convert their
>payload into a request object which is passed to the ZPublisher. So the 
>called object
>only sees the REQUEST but not who created the REQUEST.
>You could hack Zope XMLRPC engine to include some kind of flag to indicate 
>that
>the REQUEST comes through XMLRPC and then check the flag from within your 
>application.

... but many protocols have specicialized "RESPONSE" objects...

The XML-RPC protocal uses a
"ZPublisher.xmlrpc.Response" instance as "RESPONSE" object.

-- 
Dieter



More information about the Zope mailing list