RE: [Simpleweb-Support] Shutdown
Brought to you by:
niallg
From: Niall G. <nia...@an...> - 2004-05-07 08:43:48
|
Hi, > Would you consider adding cleanup functions that enable terminating threads belonging to unused objects? I will probably set all but the simple.http.connect.Processor object as daemon threads. This will ensure that the ServerSocket.close() can act as a means of terminating the server. As for threads in wait() mode I think a ThreadGroup would be easier to manage than kill() methods. Niall |