XML-RPC server framework

Andrew Bennetts andrew-pythonlist at puzzling.org
Wed Mar 3 17:28:17 EST 2004


On Wed, Mar 03, 2004 at 03:56:16PM +0000, Cillian Sharkey wrote:
> 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 :-)

Which of these does Twisted lack?

> Any tips appreciated (please CC me on replies).

Done.

-Andrew.






More information about the Python-list mailing list