Consultor Eletrônico



Kbase P115648: What do the P and T mean in the Appserver log file?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   30/10/2008
Status: Verified

GOAL:

What is the P-* number in the Appserver log file?

GOAL:

What is the T-* number in the Appserver log file?

GOAL:

What is the P number in the Appserver log file?

GOAL:

What is the T number in the Appserver log file?

GOAL:

What do the P and T values mean in the log file after increasing the logging level?

GOAL:

What do the P and T mean in the Appserver log file?

FACT(s) (Environment):

OpenEdge 10.x
Progress 9.x

FIX:

The P-* number is the process id (PID). T-* is the thread ID within the
process. This is so that Progress can identify which of the servers wrote
which message. The logging is a generic format across most Progress products. In
some cases (such as the server log) there is a one:one correspondence
between PID and TID, in some cases (such as a broker log) the broker PID
is always the same, but the TIDs are different.