rpcgen Programming Guide 1 The rpcgen Protocol Compiler
Short Description
The details of programming applications to use Remote Procedure Calls can be … (If you need a discussion of RPC programming without rpcgen, see the …
Website: docs.freebsd.org | Filesize: 31kb
Content
rpcgen Programming Guide
1. The rpcgen Protocol Compiler
The details of programming applications to use Remote Procedure Calls can be overwhelming. Perhaps
most daunting is the writing of the XDR routines necessary to convert procedure arguments and results into
their network format and vice-versa.
Fortunately, rpcgen(1) exists to help programmers write RPC applications simply and directly. rpcgen does
most of the dirty work, allowing programmers to debug the main features of their application, instead of
requiring them to spend most of their time debugging their network interface code.
rpcgen is a compiler. It accepts a remote program interface…
Get the file Download here
Related Books:Related Searches:
Comments
Leave a Reply