Kbase P109603: What are the TCBx temporary objects used by PROTCPBRK
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/5/2005 |
|
Status: Unverified
GOAL:
What are the TCBx temporary objects used by PROTCPBRK
FACT(s) (Environment):
IBM AS/400 (RISC)
Progress/400 DataServer
FIX:
The TBCIQxxxx and TBCOQxxxx are the User Queues (*USRQ) for Input and Output respectively.
These objects are created during Broker initialization (STRPRONET) in the temporary library (PROTMP by default). The names are built based on the fixed prefixes: TBCIQ for input and TBCOQ for output plus 4 digits of hexadecimal number of the socket the broker has just opened. The information about these queues is passed as parameters when submitting server jobs (PROSERV). They're essential for proper client/server communication between processes.