XML-RPC server framework

Cillian Sharkey cns at RedBrick.dcu.ie
Wed Mar 3 10:56:16 EST 2004


Hi,

I'm trying to find any existing frameworks for writing an XML-RPC server
that has the following features:

- HTTPS
- connection oriented (HTTP/1.1 persistent connections)
- multiple concurrent connections
- hooks for custom handling of HTTP basic authentication
- dynamic documentation on GET requests a la DocXMLRPCServer

I'm aware of xmlrpclib, M2Crypto, py-xmlrpc, Twisted but haven't found
an existing implementation that does all of the above. I'd prefer not to
have to write it myself :-)

Any tips appreciated (please CC me on replies).

Thanks,

-- 
Cillian




More information about the Python-list mailing list