-----Original Message----- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 4:32 PM To: Tomcat Users List Subject: RE: client disconnect
> From: Dorel Vaida [mailto:[EMAIL PROTECTED] > Subject: client disconnect > > Wat was unbelievable to me was that even when the other side of the > stream is clearly closed you can still write in it and flush it > without it telling to you nada. zip. You may be in a situation where the client only closed half of the connection - quite typical in a TCP environment - thereby allowing the peer to keep sending. Can't really tell without a network trace. I really doubt it. The "client" http connection is made with a J2ME client and servlet is still writing in the output stream even after I close the J2ME simulator thus shuting down the client JVM. - 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 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]
