RE: Reloading an application when threads are running

2008-03-10 Thread Eric Daniel
On Fri, Mar 07, 2008 at 10:51:07PM -0600, Caldarale, Charles R wrote: > > This may be the same issued discussed earlier today in this mailing > list. Look here for Mark T's comments: > http://marc.info/?l=tomcat-user&m=120492204906663&w=2 > especially the suggestion at the bottom of the bugzilla

RE: Reloading an application when threads are running

2008-03-07 Thread Caldarale, Charles R
> From: Eric Daniel [mailto:[EMAIL PROTECTED] > Subject: Reloading an application when threads are running > > This seems to mostly work, except that upon reload, all static class > members of old class instances are set to Null! This may be the same issued discussed earlie

Re: Reloading an application when threads are running

2008-03-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eric, Eric Daniel wrote: | In short: should I expect running threads to finish processing their | requests, when I reload an application? Yes. Check the servlet specification which, well, specifies this behavior. | Long story: we use tomcat as an a

Reloading an application when threads are running

2008-03-07 Thread Eric Daniel
This is sort of a general question, but I couldn't find any information on the subject. In short: should I expect running threads to finish processing their requests, when I reload an application? Long story: we use tomcat as an application server, and a request can take up to several minutes to