Connected: An Internet Encyclopedia
7.4.1 Batching

Up: Connected: An Internet Encyclopedia
Up: Requests For Comments
Up: RFC 1831
Up: 7. RPC PROTOCOL REQUIREMENTS
Up: 7.4 Other Uses of the RPC Protocol
Prev: 7.4 Other Uses of the RPC Protocol
Next: 7.4.2 Broadcast Remote Procedure Calls

7.4.1 Batching

7.4.1 Batching

Batching is useful when a client wishes to send an arbitrarily large sequence of call messages to a server. Batching typically uses reliable byte stream protocols (like TCP) for its transport. In the case of batching, the client never waits for a reply from the server, and the server does not send replies to batch calls. A sequence of batch calls is usually terminated by a legitimate remote procedure call operation in order to flush the pipeline and get positive acknowledgement.


Next: 7.4.2 Broadcast Remote Procedure Calls

Connected: An Internet Encyclopedia
7.4.1 Batching