> > >Actually, that's yes and yes.  A single thread is used to process a
> > single
> > >HTTP request (including all the filters on the filter chain, the
> > ultimate
> > >call to the servlet, and any recursive calls via a RequestDispatcher).
> >
> Quotes are from Servlet 2.4 PFD2, but it's the same in 2.3:
> 
> * [2.3.3.3 Thread Safety] Implementations of the request and response
>   object are not guaranteed to be thread safe.  This means that they
>   should only be used within the scope of the request handling thread.
> 
> * [8.2 Using a Request Dispatcher] The container provider must
>   ensure that the dispatch of the request to a target servlet
>   occurs in the same thread of the same JVM as the original request.
> 
> 

Thank you for goog news :)


> 
> Craig
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to