Kbase P70381: How does cgiip messenger select a port between min/maxNSClientPort range?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  19/09/2008 |
|
Status: Verified
GOAL:
How does cgiip messenger select a port between min/maxNSClientPort range?
GOAL:
Does Progress control selection of a port defined in the range maxNSClientPort and maxNSClientPort?
FACT(s) (Environment):
WebSpeed 3.x
OpenEdge 10.x
All Supported Operating Systems
Progress 9.x
FIX:
minNSClientPort and maxNSClientPort defines the port range from which messenger will pick up a port and listen for response from name server.
When the messenger picks up a port, it starts at minNSClientPort, then loop through until it reaches maxNSClientPort, looking for an available port. If there is no port available in this range, then it sleeps for nsClientPortRetryInterval milliseconds (default 250), then retry the loop. It does this nsClientPortRetry times (default 4). If it doesn't get a port in that time, then the messenger will fail.
The information is true for cgiip messenger.