XML-RPC server via xinetd

Brian Quinlan brian at sweetapp.com
Mon Apr 17 06:10:15 EDT 2006


Jos Vos wrote:
> The problem is that I do not see how to let an SimpleXMLRPCServer
> instance *not* bind to a port or what other class I can use to just
> build a XML-RPC request handler reading/writing from stdin/stdout,
> i.s.o.  carrying all the server class stuff with it.

I think that the problem here is that we are confusing transport with 
request handling.

If you take a look at CGIXMLRPCRequestHandler 
(http://docs.python.org/lib/node564.html), you will see an example of 
how to write an XMLRPCRequestHandler without HTTP.

Cheers,
Brian



More information about the Python-list mailing list