Subj : Re: Killing threads To : comp.programming.threads From : Phil Frisbie, Jr. Date : Tue Aug 16 2005 10:59 pm Srini Palthepu wrote: > > My application has a set of daemon threads for doing the work > that are alocated for each client request. But when a thread hangs in > the proces of serving a client for any reason, I need to cleanup. > I am trying to kill the hung thread and respawn a new one as a way > of cleaning up. This is a thread pool? Why not add the logic to the threads to detect a timed out condition and clean up after themselves? -- Phil Frisbie, Jr. Hawk Software http://www.hawksoft.com .