telnet.py without fork()

deckerben bdeck at lycos.co.uk
Fri Dec 6 08:46:15 EST 2002


"deckerben" <bdeck at lycos.co.uk> wrote in message
news:2761b08f.0211191206.56107d9b at posting.google.com...
> Hello.
>
>
> I need telnet.py to run in a single-tasking environment (i.e. without
> posix.fork())for PythonD as a demo of the socketmodule. It seems that
> socketmodule runs exactly as it should, but the terminal output is
> sometimes a little confusing ... (i.e. CR needs to be pressed more
> than normal)


Ok I came up with my own solution using select(). It will be in the next
PythonD release.





More information about the Python-list mailing list