telnet.py without fork()
deckerben
bdeck at lycos.co.uk
Fri Dec 6 08:46:15 EST 2002
More information about the Python-list mailing list
Fri Dec 6 08:46:15 EST 2002
- Previous message (by thread): Numpy installation prob under RH7.3
- Next message (by thread): Works in Python but Not Jython
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"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.
- Previous message (by thread): Numpy installation prob under RH7.3
- Next message (by thread): Works in Python but Not Jython
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list