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
7. Multithreaded RPC Programming
8. Extensions to the Oracle Solaris RPC Library
The ONC+ Developer's Guide describes the programming interfaces to remote procedure call (RPC) which belongs to the ONC+ distributed services developed at Oracle Corporation.
The guide assists you in converting an existing single-computer application to a networked, distributed application, or developing and implementing distributed applications.
Use of this guide assumes basic competence in programming, a working familiarity with the C programming language, and a working familiarity with the UNIX operating system. Previous experience in network programming is helpful, but is not required to use this manual.
Chapter 1, Introduction to ONC+ Technologies gives a high-level introduction to the ONC+ distributed computing platform and services.
Chapter 2, Introduction to TI-RPC introduces TI-RPC.
Chapter 3, rpcgen Programming Guide describes how the rpcgen tool generates client and server stubs.
Chapter 4, Programmer's Interface to RPC describes the use of RPC in the programming environment.
Appendix A, XDR Technical Note describes XDR and how it is used in data formatting and type conversion.
Appendix B, RPC Protocol and Language Specification describes the protocol of RPC usage, both syntax and limitations.
Appendix C, XDR Protocol Specification describes the XDR protocol and language.
Appendix D, RPC Code Examples contains complete functional listings of some of the code included in the document as examples.
Appendix E, portmap Utility describes the portmap utility and its function. This appendix is included in this document to aid in the migration of applications written to run on earlier Oracle Solaris releases.
For information on NFS distributed computing file system, see the following sources.
NFS: Network File System Version 3 Protocol Specification. Sun Microsystems, 1993. You can view a PostScript copy by using anonymous ftp:
ftp.uu.net:/networking/ip/nfs/NFS3.spec.ps.Z bcm.tmc.edu:
/nfs/nfsv3.ps.Z gatekeeper.dec.com:/pub/standards/nfs/nfsv3.ps.Z
1094 NFS: Network File System Protocol Specification Version 2
1813 NFS Version 3 Protocol Specification
1831 RPC: Remote Procedure Call Protocol Specification Version 2
1832 XDR: External Data Representation Standard
The following third-party books and articles provide information on network programming topics.
Brent Callaghan. NFS Illustrated, Addision-Wesley Professional Computing Series. ISBN: 0201325705
W. Richard Stevens. “Networking APIs: Sockets and XTI” in UNIX Network Programming Volume 1. Englewood Cliffs, N.J. : Prentice Hall Software Series, 1990. Describes UNIX network programming, including code examples. Covers IPv4 and IPv6, sockets and XTI, TCP and UDP, raw sockets, programming techniques, multicasting, and broadcasting.
John Bloomer. Power Programming with RPC Sebastopol, Calif.: O'Reilly & Associates, Inc, 1992.
Oracle customers have access to electronic support through My Oracle Support. For information, visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=info or visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=trs if you are hearing impaired.
The following table describes the typographic conventions that are used in this book.
Table P-1 Typographic Conventions
|
The following table shows the default UNIX system prompt and superuser prompt for shells that are included in the Oracle Solaris OS. Note that the default system prompt that is displayed in command examples varies, depending on the Oracle Solaris release.
Table P-2 Shell Prompts
|