[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
Unfortunately, it lingers on forever (throughout the lifetime of the application) it seems. Ports in CLOSE_WAIT status accumulate throughout the day. From the KB, to address this left over port in CLOSE_WAIT, it is recommended to disconnect, and delete porttype and webservice handles. However, if the new connection (new port assignment) is established implicitly during a method call then there is no way for the program to issue a disconnect.

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