The RPC Intermediate Layer

The calls of the RPC intermediate layer are:

Routine

registerrpc ( ) callrpc ( ) svc _ run ( )

The transport mechanism is the User Datagram Protocol (UDP). The UDP transport mechanism handles only arguments and results that are less than 8K bytes in length. At this level, RPC does not allow timeout specifications, choice of transport, or process control, in case of errors. If you need this kind of control, consider the lowest layer of RPC.

With only these three RPC calls, you can write a powerful RPC-based network application. The sequence of events follows:

2.


[Back: Destroying an XDR Data Stream]
[Next: The RPC Lowest Layer]