Compaq Reliable Transaction Router Getting Started page 58

Reliable transaction router
Hide thumbs Also See for Reliable Transaction Router:
Table of Contents

Advertisement

Application Programming Interfaces
Example of an open channel call in an RTR client program:
Sample C client
code
status = rtr_open_channel(&Channel,
if (Status != RTR_STS_OK)
Example of a receive message call in an RTR server program:
Sample C server
code
status = rtr_receive_message(&Channel,
if (status != RTR_STS_OK)
A client can have one or multiple channels, and a server can
have one or multiple channels. A server can use concurrent
servers, each with one channel. How you create your design
depends on whether you have a single CPU or a multiple CPU
machine, and on your overall design goals and implementation
requirements.
4–10 RTR Interfaces
Flags,
Facility,
Recipient,
RTR_NO_PEVTNUM,
Access,
RTR_NO_NUMSEG,
RTR_NO_PKEYSEG);
RTR_NO_FLAGS,
RTR_ANYCHAN,
MsgBuffer,
DataLen,
RTR_NO_TIMOUTMS,
&MsgStatusBlock);

Advertisement

Table of Contents
loading

This manual is also suitable for:

Rtr

Table of Contents