⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 default.htm

📁 this gives details of the network programming
💻 HTM
字号:
<TITLE>RPC Examples</TITLE><BODY BGCOLOR=#FFFFFF><H3> Each directory holds the code for a complete RPC system (server andclient), check the README files for more details.</H3><HR><UL><LI><A HREF=simple>simple</A>: remote integer add and subtractprocedures.<P><LI><A HREF=ulookup>ulookup</A>: Remote username and uid lookupprocedures. The server returns the username corresponding to a UID(on the server system) or the UID corresponding to a username. Amongother things, this example show how to use the XDR string type.<P><LI><A HREF=better_ulookup>better_ulookup</A>: Better remote usernameand uid lookup procedures. Almost the same as <AHREF=lookup>lookup</A>, but now the procedures return complex typesthat include a status indicator (to indicate when the lookupfailed).<P><LI><A HREF=linkedlist>linkedlist</A>: Example of how to use a linkedlist as an argument to a remote procedure.<P><LI><A HREF=varray>varray</A>: Example that shows using a variablelength array. <P><LI><A HREF=rpctalk>rpctalk</A>: RPC based talk program. Thisis an example of a hand-made RPC program and includes a customdispatcher and asynchronous remote procedures. There is a singleprogram that acts as both client and server. This code is old andis set up (the Makefile) to build on a Sun using the ucbsoc library(Sun RPC is now based on TLI). To run you need to add /usr/ucblibto your LD_LIBRARY_PATH environment variable (I can't find a staticlibrary...). Good luck.<P> </UL><P><HR WIDTH=60%><H3>There are also some RFCs here:</H3><UL><LI><A HREF=rfc1831.html>RFC 1831 - Remote Procedure Call ProtocolSpecification Version 2 </A><LI><A HREF=rfc1832.html>RFC 1832 -  XDR: External Data Representation Standard </A>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -