Kbase P33114: Increasing -n increases -Ma value
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/09/2005 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
Increasing -n increases -Ma value
-Ma not set as startup parameter
-Ma left as default
FIX:
This is expected behaviour. According to the 9.1D Startup Command and Parameter Guide and Reference:
The maximum number of remote users per database server. The default is the Maximum Number of Users (-n) parameter value, divided by the Maximum Number of Servers (-Mn) parameter value.
For example -
proserve sports returns:
Maximum Number of Clients Per Server (-Ma): 5. (4257)
Maximum Number of Servers (-Mn): 5. (4258)
Minimum Clients Per Server (-Mi): 1. (4259)
Maximum Number of Users (-n): 21. (4260)
proserve sports -n 100 returns:
Maximum Number of Clients Per Server (-Ma): 25. (4257)
Maximum Number of Servers (-Mn): 5. (4258)
Minimum Clients Per Server (-Mi): 1. (4259)
Maximum Number of Users (-n): 101. (4260)
Note that the -n value is automatically increased by one at startup - this is so that the process to shut down the database will always be able to connect.