RE: [Webware-devel] waiting for threads to terminate.

2002-12-19 Thread Geoffrey Talvola
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

[Webware-devel] waiting for threads to terminate.

2002-12-18 Thread Stuart Donaldson
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