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

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?

RE: imap close_wait with Tomcat 3.2.1

2001-08-21 Thread Marc Saegesser
] 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 level sockets, etc., are transparent to me. Is there a way I can look at this? And why do I see

RE: imap close_wait with Tomcat 3.2.1

2001-08-21 Thread luminousheart
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 level sockets, etc., are transparent to me. Is there a way I can look