> From: Самойлов Андрей Иванович [mailto:[EMAIL PROTECTED] > Subject: RE: Recieving responses from another request > > Each incoming request requires a thread for the duration of > that request. How can occur, if the one thread suspended, the > another thread is answers?
If the original thread has stored request-specifc information in a more globally scoped object (such as a session), that data is accessible to other threads processing other requests from the same session. The same problem can occur if your servlets or other application components use static fields. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]