Thread: what does "close wait" and "fin_wait2" means?

  1. #1
    Registered User
    Join Date
    Mar 2004
    Posts
    114

    what does "close wait" and "fin_wait2" means?

    http://img301.imageshack.us/img301/5...osewait0lw.jpg

    1. what does "close wait" means?
    2. what does "fin_wait2" means?

    i understand that these are socket status but
    - what do they mean? the socket is waiting for server? the socket is shutting down but waiting for certain event to happen before it's allowed to shutdown?
    - what situations causes them?
    - it seems that the socket is waiting for something, how can i stop the close wait/fin_wait2 and shutdown the socket? (gracefully or forcefully)

    it seems that sockets on "close wait" and "fin_wait2" on my program are the ones with problems

    please advise
    Last edited by hanhao; 07-18-2005 at 05:16 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What does this code means?
    By junkeat90 in forum C++ Programming
    Replies: 6
    Last Post: 01-14-2008, 05:03 AM
  2. Replies: 2
    Last Post: 05-15-2007, 03:30 AM
  3. what does "OEM" means?
    By hanhao in forum C++ Programming
    Replies: 3
    Last Post: 05-06-2004, 08:10 PM
  4. Can someone explain to me what this code means
    By Shadow12345 in forum C++ Programming
    Replies: 3
    Last Post: 12-22-2002, 12:36 PM
  5. Can someone explain what the EXP(X) function means?
    By raptor2xtreme in forum C++ Programming
    Replies: 2
    Last Post: 11-07-2001, 12:19 AM