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
Sharing the Service Transport Handle
Freeing Library Resources in User Mode
8. Extensions to the Oracle Solaris RPC Library
This manual does not cover basic topics and code examples for the Oracle Solaris implementation of multithreaded programming. Instead, refer to the Multithreaded Programming Guide for background on the following topics.
Thread creation
Scheduling
Synchronization
Signals
Process resources
Lightweight processes (LWP)
Concurrency
Data-locking strategies
TI-RPC supports multithreaded RPC servers. The difference between a multithreaded server and a single-threaded server is that a multithreaded server uses threading technology to process incoming client requests concurrently. Multithreaded servers can have higher performance and availability compared with single-threaded servers.