Kbase P82999: Is there a way to reduce the amount of time taken for a 4GL CONNECT response to return when the AppS
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
GOAL:
Is there a way to reduce the amount of time taken for a 4GL CONNECT response to return when the AppServer host is unavailable?
GOAL:
Can the 2 minute CONNECT timeout be reduced when the NameServer is available, but the AppServer host is removed from the network?
FACT(s) (Environment):
Progress 9.x
OpenEdge 10.x
FIX:
No.
In this case, the NameServer responds to the client with the host and port number of the AppServer broker. The client then tries to establish a socket connection to this host and port number.
Progress uses the TCP function connect() to establish the connection with the broker. If the host is not available, Progress waits for the connect() call to time out.
This time out defaults to 2 minutes and cannot be changed.