Stuart Donaldson [mailto:[EMAIL PROTECTED]] wrote:
> The shutdown code in ThreadedAppServer.shutDown() sends a None to all
> threads to cause them to terminate, and then does a join to
> each thread.
>
> The problem is that if you have a thread that is busy, perhaps a
> server-push thread that
The shutdown code in ThreadedAppServer.shutDown() sends a None to all
threads to cause them to terminate, and then does a join to each thread.
The problem is that if you have a thread that is busy, perhaps a
server-push thread that is just sending a continuous stream of data, or
a thread bound