Lines Matching +full:master +full:- +full:side

8 This distribution contains SunSoft's implementation of transport-independent
9 RPC (TI-RPC), External Data Representation (XDR), and various utilities and
15 transport-specific RPC (TS-RPC).
17 TI-RPC is an enhanced version of TS-RPC that requires the UNIX System V
19 (XTI). TI-RPC is on-the-wire compatible with the TS-RPC, which is supported
20 by almost 70 vendors on all major operating systems. TS-RPC source code
31 routines use the Solaris Name Service Switch to access public-key credential
34 interfaces of UI Threads to make certain interfaces thread-safe. These
53 "-lrpc -lnsl -lcrypt". This links the application with TIRPCSRC 2.3's librpc
61 technologies available for reference and porting to non-Solaris platforms.
77 2. The RPC library is thread safe for all client-side interfaces
78 (clnt_create, clnt_call, etc.). The server-side interfaces
80 server-side interfaces will be made thread safe in the next release of
84 3. As part of the work to make the RPC library thread-safe, rpcgen has
85 been enhanced to generate thread-safe RPC stubs (the -M option). Note
86 that this modifies the call-signature for the stub functions; the
94 can be achieved by using threads for making client-side RPC calls.
130 to be the path to the top-level Makefile. For example, if /usr/src/tirpcsrc
131 is where to top-level Makefile is located, execute this command prior to
142 The top-level Makefile builds the release. The "ROOT" macro defines where the
144 may change this by either modifiying Makefile.master, or issuing the build
155 top-level "make install" command. To build these, cd to the cmd/demo
169 must be included in the compiler header file search path (-I), and the
171 path (-L). Also, to run executables built dynamically, the shared library
173 to linking in this release's librpc (via -lrpc), you must also link with
174 Solaris's libnsl (-lnsl) and the US domestic version of libcrypt (-lcrypt).