|
From: Matt F. <ma...@da...> - 2003-08-08 20:01:37
|
If I spawn task threads from a Webware applications (say to refresh some global application object every 10 minutes), it prevents the appserver from shutting down cleanly. At least, I think that's the problem. What's the correct/best way to add our own threads to applications and still have them get shut down when one does the equivalent of '/etc/init.d/webkit stop'? Thanks. |