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
Differences Between TI-RPC and TS-RPC
Creating and Destroying Services
Registering and Unregistering Services
7. Multithreaded RPC Programming
8. Extensions to the Oracle Solaris RPC Library
libnsl library – libc no longer includes networking functions. libnsl must be explicitly specified at compile time to link the network services routines.
Old interfaces – Many old interfaces are supported in the libnsl library, but they work only with TCP or UDP transports. To make full use of new transports, you must use the new interfaces.
Name-to-address mapping – Transport independence requires opaque addressing. This requirement has implications for applications that interpret addresses.