P
Paul Koufalis
Guest
There are a number of reasons to segregate broker types on different -S ports. James hit the major one: on any one login broker there are a maximum of -Mpb servers that can be started. Mixing SQL and 4GL servers under one login broker means that the number of supported 4GL vs SQL users is determined by pure luck. If you set -Mi 1 (min 1 user per server) then the first 4GL user will spawn an _mprosrv -m1, the second will spawn another, then if an SQL user connects the third server process will be an _sqlsrv2, and so on until you hit -Mpb.
Continue reading...
Continue reading...