-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Rainer,

On 5/15/2009 2:37 AM, Rainer Frey (Inxmail GmbH) wrote:
> is the assumption that one request is processed by one thread (and never 
> passed to another during processing) true for all connectors, including NIO?

Are you asking if the request is passed to another thread at any point
for processing? Not likely, since Java doesn't support continuations.
The request handler thread should handle the request from start to finish.

The servlet spec goes on to require (in section 8.2) that the container
dispatches sub-requests (includes or forwards) using the same thread
that was originally chosen to handle the primary request.

I think you're safe.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkoNdw8ACgkQ9CaO5/Lv0PB3zQCfao1TcPnoNZ6nMMiIvJ7Pi7Hf
HJwAoIG9NEmyyTZX81MuOkL4uM8bin1t
=ZFJ9
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to