Lines Matching +full:documentation +full:- +full:service

8 This distribution contains SunSoft's implementation of transport-independent
9 RPC (TI-RPC), External Data Representation (XDR), and various utilities and
10 documentation. These libraries and programs form the base of Open Network
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
33 the Name Service Switch. Finally, this release uses the synchronization
34 interfaces of UI Threads to make certain interfaces thread-safe. These
47 DOCUMENTATION NOTE
49 The documentation found in the doc directory are derived from the Solaris 2.3
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.
111 doc/ Postscript versions of ONC documentation
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
155 top-level "make install" command. To build these, cd to the cmd/demo
158 services, rpcbind must be running, then invoke the service
160 used to check that the service succeeded in getting registered with
161 rpcbind, and to ping the service (see rpcinfo's man page). You can
162 then use the corresponding client program to exercise the service.
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).