Simple TCP Server || Daemonize || Continuous

Alex Martelli aleax at aleax.it
Tue Feb 4 07:46:46 EST 2003


Andrew McGregor wrote:
   ...
> If it runs standalone, you don't need or want it to run under inetd.  That
> would be something different, and harder to do in python, because inetd
> passes an already open socket to servers on stdio.

And why would that be a problem?  That's what socked.fromfd is for...


Alex





More information about the Python-list mailing list