Forum Post: RE: How to set SOCKET:CONNECT() timeout value

  • Thread starter Thread starter Lieven De Foor
  • Start date Start date
Status
Not open for further replies.
L

Lieven De Foor

Guest
Thanks to both, I just got a reply from tech support mentioning the -clientConnectTimeout parameter too: There is an undocumented parameter for the CONNECT method which is "-clientConnectTimeout n ". It needs to be added as part of the connection string. n is the number of milliseconds to wait before timing out the connection attempt. This parameter was introduced for SSL connections in OpenEdge 10.2B07 or OpenEdge 11.2.0 or later. Support for non-SSL connections was added in OpenEdge 11.3. Please note that since OpenEdge 11, two connection attempts are made before the connection attempt is aborted. So please keep this in mind when calculating your timeout.

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