Kbase P10254: Why value of -Mn is not the maximum number of Remote servers
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
GOAL:
Why value of -Mn is not the maximum number of Remote servers
FIX:
Documentation states:
-n is the maximal number of users for the database
-Mn is the maximal number of remote servers for the database
-Ma is the maximal number of clients per remote server
-Mi is the minimal number of clients per remote server
In fact "-Mn" will include any Secondary Broker and "-Mi" might supersede "-Mn".
So, if the parameter "-Mi" has a value higher than ("value of -n") divided by ("value of -Mn" minus "number of secondary broker"), then "-Mn" is ignored.
SAMPLE - with no secondary broker:
proserve sports -S 8888 -n 11 -Mi 5 -Mn 4
11 divided by 5 is 2.5, Mi is higher (5).
Because 11 divided by 5 is between 2 and 3, there will be 3 Remote Servers only.