RE: Is ThreadLocal safe to use in servlets

2007-06-24 Thread Caldarale, Charles R
> From: lightbulb432 [mailto:[EMAIL PROTECTED] > Subject: RE: Is ThreadLocal safe to use in servlets > > Is it safe to assume that this is the way to go, or are > there ever, ever any times when it would be less desirable > to go this route than the default thread-pool-per-c

Re: Is ThreadLocal safe to use in servlets

2007-06-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 lb, lightbulb432 wrote: > I have another question about using ThreadLocal as an instance variable in a > threadsafe Singleton. If the Singleton has 5 instance methods, each of which > requires use of the value stored in the ThreadLocal, I see one opti

Re: Is ThreadLocal safe to use in servlets

2007-06-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin, Martin Gainty wrote: > Just so I understand..you're advocating ThreadLocal over immutable > variables or Local variables? ThreadLocals... ya know: the power of thread variables with the convenience of local variables. Get with the program. T

RE: Is ThreadLocal safe to use in servlets

2007-06-24 Thread lightbulb432
ween all users of the Singleton. (Though it does simplify each of the 5 methods, making them oblivious to the fact that they're dealing with ThreadLocals, and that's what I'm hoping you might be able to suggest a way of doing...) -- View this message in context: http://www.nabble.com/Is

RE: Is ThreadLocal safe to use in servlets

2007-06-24 Thread Caldarale, Charles R
> From: lightbulb432 [mailto:[EMAIL PROTECTED] > Subject: RE: Is ThreadLocal safe to use in servlets > > When might an advanced Tomcat user need to play with this > Executor element? To conserve resources when multiple elements are configured. No point in having a multitude

RE: Is ThreadLocal safe to use in servlets

2007-06-24 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:[EMAIL PROTECTED] > Subject: Re: Is ThreadLocal safe to use in servlets > > Just so I understand..you're advocating ThreadLocal over > immutable variables or Local variables? Not at all - just pointing out the ramifications of using ThreadLocal

Re: Is ThreadLocal safe to use in servlets

2007-06-24 Thread Martin Gainty
ne 23, 2007 4:34 PM Subject: RE: Is ThreadLocal safe to use in servlets From: lightbulb432 [mailto:[EMAIL PROTECTED] Subject: Re: Is ThreadLocal safe to use in servlets A different way of asking this question is where/when does Tomcat start the Thread that handles a given request, and what is

RE: Is ThreadLocal safe to use in servlets

2007-06-23 Thread lightbulb432
k if the class were placed in the CATALINA_HOME/lib instead? -- View this message in context: http://www.nabble.com/Is-ThreadLocal-safe-to-use-in-servlets-tf3858168.html#a11270711 Sent from the Tomcat - User mailing list archive at Nabble.com.

RE: Is ThreadLocal safe to use in servlets

2007-06-23 Thread Caldarale, Charles R
> From: lightbulb432 [mailto:[EMAIL PROTECTED] > Subject: RE: Is ThreadLocal safe to use in servlets > > Based on the behavior you specified of ThreadLocals sticking > around after the webapp is undeployed, is it correct to say > that the thread pool you mentioned is global t

RE: Is ThreadLocal safe to use in servlets

2007-06-23 Thread lightbulb432
values in the session listeners that are inserted elsewhere in the same request that created/invalidated a session, or bound/unbound a session attribute. Caldarale, Charles R wrote: > >> From: lightbulb432 [mailto:[EMAIL PROTECTED] >> Subject: Re: Is ThreadLocal safe to use in ser

RE: Is ThreadLocal safe to use in servlets

2007-06-23 Thread Caldarale, Charles R
> From: lightbulb432 [mailto:[EMAIL PROTECTED] > Subject: Re: Is ThreadLocal safe to use in servlets > > A different way of asking this question is where/when > does Tomcat start the Thread that handles a given > request, and what is executed in the context of that >

Re: Is ThreadLocal safe to use in servlets

2007-06-23 Thread lightbulb432
t; Has anyone had experience using them successfully, or even >> unsuccessfully? >> If so, please share your insights. >> >> Thanks. >> -- >> View this message in context: >> http:/

RE: Is ThreadLocal safe to use in servlets

2007-06-02 Thread Caldarale, Charles R
> From: lightbulb432 [mailto:[EMAIL PROTECTED] > Subject: Is ThreadLocal safe to use in servlets > > Are ThreadLocal variables safe to use with servlets? They're great for keeping track of bits and pieces for a given request, but can lead to GC problems if used for data with

Re: Is ThreadLocal safe to use in servlets

2007-06-02 Thread Leon Rosenberg
ssfully, or even unsuccessfully? If so, please share your insights. Thanks. -- View this message in context: http://www.nabble.com/Is-ThreadLocal-safe-to-use-in-servlets-tf3858168.html#a10930638 Sent from the Tomcat - User mailing list archi

Is ThreadLocal safe to use in servlets

2007-06-02 Thread lightbulb432
r with the last few releases of Java.) Has anyone had experience using them successfully, or even unsuccessfully? If so, please share your insights. Thanks. -- View this message in context: http://www.nabble.com/Is-ThreadLocal-safe-to-use-in-servlets-tf3858168.html#a10930638 Sent from the Tom