TS/MP Pathsend and Server Programming Manual (G06.24+, H06.03+)
Pathsend Procedure Call Reference
NonStop TS/MP Pathsend and Server Programming Manual–132500
5-16
Considerations
Considerations
The SERVERCLASS_DIALOG_SEND_ procedure is similar to the context-free
SERVERCLASS_SEND_ procedure, with the following differences:
•
The dialog identifier, obtained from the SERVERCLASS_DIALOG_BEGIN_ call
that started the dialog, is used to identify the dialog, which is associated with a
particular server class.
•
The SERVERCLASS_DIALOG_SEND_ call fails if the current transaction
identifier does not match the transaction identifier used for the
SERVERCLASS_DIALOG_BEGIN_ call, unless this feature has been overridden
by setting the flags.<14> bit to 1 in the call to
SERVERCLASS_DIALOG_BEGIN_.
•
The send fails if there is already an outstanding send in the dialog from a previous
nowait call to this procedure.
For additional considerations, refer to Usage Considerations for Pathsend Procedures
at
the end of this section.