SIGCHLD, fork, listen
Patrick Phalen
python-list at teleo.net
Fri Sep 24 13:20:49 EDT 1999
On Fri, 24 Sep 1999, Bill Eldridge wrote:
> Another option would be to use inetd, but I need to
> do some host/address verification, and couldn't figure
> out how to latch onto that kind of socket info from
> a new spawned inetd handler using Python. Ideas?
Consider using Dan Bernstein's open source tcpserver/tcpclient suite, a
reliable replacement for inetd. It also has tcpwrapper-style access
control features.
ftp://koobera.math.uic.edu/www/ucspi-tcp.html
More information about the Python-list
mailing list