is it possible my threads are not being killed when the server is killed

Posted by John on Stack Overflow See other posts from Stack Overflow or by John
Published on 2010-03-22T14:52:09Z Indexed on 2010/03/22 18:31 UTC
Read the original article Hit count: 241

Filed under:
|
|
|

A quartz scheduler is being used in an Application I am working on. A process that runs using the quartz scheduler spawns new threads. I was wondering if it is possible for these threads to continue living after the server is killed?

© Stack Overflow or respective owner

Related posts about server

Related posts about threads