Skip Navigation Links | |
Exit Print View | |
ONC+ Developer's Guide Oracle Solaris 11.1 Information Library |
1. Introduction to ONC+ Technologies
4. Programmer's Interface to RPC
5. Advanced RPC Programming Techniques
6. Porting From TS-RPC to TI-RPC
7. Multithreaded RPC Programming
8. Extensions to the Oracle Solaris RPC Library
One-way call using a simple counter service
Using a simple counter with non-blocking I/O
clnt_call() Configured as Non-Blocking
Client Connection Closure Callback
Example of client connection closure callback
User File Descriptor Callbacks
Example of User File Descriptors
The new features added to the Oracle Solaris RPC library are:
One-way messaging - Reduces the time a client thread waits before continuing processing.
Non-blocking I/O - Enables a client to send requests without being blocked.
Client connection closure callback - Enables a server to detect client disconnection and to take corrective action.
Callback user file descriptor - Extends the RPC server to handle non-RPC descriptors.