View Single Post
  #2 (permalink)  
Old 10-10-2008, 11:13 PM
Adam Cameron
 
Posts: n/a
Diggs:
Default Re: Threads when they are done

> How do I keep this from getting logged?

Write your code so the threads finish gracefully, without you having to
kill them?

-- or --

If you have to kill these runaway threads... why is it a problem that their
death gets logged?

--
Adam
Reply With Quote