[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Calling a webservice method on port in CLOSE_WAIT establishes a new connection

  • Thread starter Thread starter jquerijero
  • Start date Start date
Status
Not open for further replies.
J

jquerijero

Guest
I believe this is the TIME_WAIT status and not the CLOSE_WAIT status. [quote user="Matt Baker"] Most (all?) OS's have a linger timeout before a socket is completely cleaned up. This is to let the OS handle any stray packets that may be coming in over the network even after the application has indicated it is done with the socket. You can control it by setting socket option SO_LINGER to 0. [/quote]

Continue reading...
 
Status
Not open for further replies.
Back
Top