tibrvTransportBatchMode

Type

Declaration

typedef enum {
    TIBRV_TRANSPORT_DEFAULT_BATCH,
    TIBRV_TRANSPORT_TIMER_BATCH
} tibrvTransportBatchMode;

Purpose

Specify the batch mode of a transport.

Value

Description

TIBRV_TRANSPORT_DEFAULT_BATCH

Default batch behavior. The transport transmits outbound messages to rvd as soon as possible.

This value is the initial default for all transports.

TIBRV_TRANSPORT_TIMER_BATCH

Timer batch behavior. The transport accumulates outbound messages, and transmits them to rvd in batches—either when its buffer is full, or when a timer interval expires. (Programs cannot adjust the timer interval.)

See Also

TibrvNetTransport::setBatchMode()

Batch Modes for Transports in TIBCO Rendezvous Concepts