Consultor Eletrônico



Kbase P5575: _mprosrv process stays in memory when disconnecting remote users through Promon.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   24/11/2003
Status: Verified

SYMPTOM(s):

Multiple _mprosrv processes remain running

Disconnecting remote users through Promon.

CAUSE:

This is expected behavior. 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:

None at this time