that processing of the request is handled by tomcat in some particular order.
What is the relationship between a request's thread and a user's session?
Is there a good link that describes this processing?
--Chuck
On May 11, 2004, at 2:00 PM, Tim Funk wrote:
Yes. (Kind of). In the life of a request - you are always one one thread.
BUT -- Many threads many be using the doFilter() method at the same time.
-Tim
tom ly wrote:
Are the servlets and the Filters that filters that particular servlet part of the same thread?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
