In general yes, but I'm currenly thinking of storing the Request itself in a ThreadLocal variable to avoid passing it around through several levels (which is what we are currently doing).
> -----Original Message----- > From: Filip Hanik [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 30, 2003 5:38 AM > To: Tomcat Users List > Subject: RE: ThreadLocal relationship to servlet requets and use to > store variables > > yes, each request comes with on its own thread > but the proper way of storing stuff for the lifetime of the > request, is inside the HttpServletRequest.setAttribute > Filip > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
