Threaded server doesn't run its threads

c.ullrich at vulkantechnic.de c.ullrich at vulkantechnic.de
Mon Jan 15 05:12:49 EST 2001


* Christian Ullrich <chris at chrullrich.de> wrote:

> But it doesn't work. The server script starts and runs. When I telnet
> to the port, I get a connection, but no response from the server
> (MyRequestHandler.handle() seems not to be called). If I now Ctrl-C
> the server script, handle() is called, but if I enter a command via
> telnet, the script simply terminates, rather than handling the
> command, as it's supposed to do.

I tried it on two more machines, one Linux, one NT, there it
all works just fine. I'm confused now.

> Might there be a problem with the underlying OS support?

Now I think this is the probable cause. Could someone please
list the required software to get thread support working?

Thank you.


Sent via Deja.com
http://www.deja.com/



More information about the Python-list mailing list