Kbase 35575: Disconnecting remote users through Promon.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
Solution ID: P5575
SYMPTOM(s):
Disconnecting remote users through Promon.
Multiple _mprosrv process remain running
CAUSE:
When starting a database broker, a primary login broker process (_mprosrv.exe) is spawned in memory. For each new 4GL connection, as long as the maximum number of server (-Mn) is not reached, a new process _mprosrv process is spawned.
When the -Mn is reached, the 4GL client connects to one of the _mprosrv.exe residing in memory, as long as the maximum number of client per server (-Ma) is not reached. When disconnecting the client, the _mprosvr.exe process stays in memory ready for a new 4GL connection.
FIX:
This expected behaviour.