On Tue, 30 Nov 2004 14:25:50 GMT, Harry George <[EMAIL PROTECTED]> wrote:
>Normally the SOAP Servers are designed to take control of a port and
> run their own sockets via inheritance from SocktServer.
> 
> But under inetd and xinetd, the port is controlled elsewhere and the
> service just gets the stdin/stdout. I need to configure (or tweak) one
> of the SOAP servers to use that connection.
> 
> Has anyone done this with any of the above named SOAP servers?
> Recommmendations or hints if I try it myself?
> 

  Twisted can run any protocol over stdio.

  Check out

    http://twistedmatrix.com/documents/current/examples/stdin.py

  and

    http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

  Jp
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to