SocketServer and timers

Simon Forman rogue_pedro at yahoo.com
Fri Jul 28 21:19:47 EDT 2006


bryanjugglercryptographer at yahoo.com wrote:
...
>
> That alone does not work. If server.handle_request() blocks,
> you don't get to the check(). You need some kind of timeout
> in handle_request().
>
>
> --
> --Bryan

Ach! You're right.  I didn't consider that handle_request() might
block..




More information about the Python-list mailing list