tibrvTransport_SetBatchMode()

Function

Declaration

tibrv_status tibrvTransport_SetBatchMode(
    tibrvTransport             transport,
    tibrvTransportBatchMode    mode);

Purpose

Set the batch mode parameter of a transport.

Remarks

This type of batching is available only with the standard (daemon-based) Rendezvous library. It is not available with the IPM library.

The batch mode determines when the transport transmits outbound message data to rvd:

As soon as possible (the initial default for all transports)
Either when its buffer is full, or when a timer interval expires—either event triggers transmission to the daemon

Parameter

Description

transport

Set the batch mode parameter of this transport.

mode

Use this value as the new batch mode.

See Also

tibrvTransport

tibrvTransportBatchMode

Batch Modes for Transports in TIBCO Rendezvous Concepts