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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to