RE: imap close_wait with Tomcat 3.2.1

2001-08-21 Thread luminousheart
> > Marc Saegesser > > > -Original Message----- > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, August 21, 2001 1:52 PM > > To: [EMAIL PROTECTED] > > Subject: RE: imap close_wait with Tomcat 3.2.1 > > > > > &g

RE: imap close_wait with Tomcat 3.2.1

2001-08-21 Thread Marc Saegesser
nt: Tuesday, August 21, 2001 1:52 PM > To: [EMAIL PROTECTED] > Subject: RE: imap close_wait with Tomcat 3.2.1 > > > Hi, > Thank you Marc for your reply. > > As a matter of fact I am using JavaMail API to handle > my communication to the IMAP server. So all the lower > l

RE: imap close_wait with Tomcat 3.2.1

2001-08-21 Thread luminousheart
Hi, Thank you Marc for your reply. As a matter of fact I am using JavaMail API to handle my communication to the IMAP server. So all the lower level sockets, etc., are transparent to me. Is there a way I can look at this? And why do I see the sockets being released once I shutdonw Tomcat? Than

RE: imap close_wait with Tomcat 3.2.1

2001-08-21 Thread Marc Saegesser
A socket enters the CLOSE_WAIT state when it receives a FIN packet from the other side. It remains in this state until the application issues a close() on the socket. At that point a FIN packet is sent and the socket enters the LAST_ACK state until the associated ACK packet is received. The Ste