Consultor Eletrônico



Kbase 17962: Why am I being "kicked out" of PROMON?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   20/05/1998
Why am I being "kicked out" of PROMON?

DRAFT COPY - Currently under review and edit.

The R&D section of promon will exit, after writing the message
"Progress Monitor Session End." to stdout, under the following
conditions:

* the shutdown flag in shared memory is set. The message
"The database is being shut down." is also written to stdout.

* the usrtodie flag in shared memory is set for the promon user.
The message "The database has been disconnected." is also written to
stdout.

* the "x" or "X" command has been entered when input is requested.

* end of file is detected on stdin when input is requested. This may
occur for several reasons:

- promon was being fed input from a file and eof was reached
- ctrl-d was entered
- rlogin or telnet session terminated or window closed
(in this case, several signals may also be generated
and one of them might cause it to stop).

* a signal like HUP, QUIT, or TERM was received. In this case
there will not be the normal session end message to stdout.

* a couple of internal errors are detected.