The new features added to the Sun 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.