搜索资源列表
fileiotest
- RPC协议(远程进程调用ji技术)例子。-agreement RPC (remote procedure calls ji technology) example.
A2B
- RPC举例(在客户机运算1到100之和,结果传服务器上,服务器计算100到200之和,将客户机的结果相加,再传给客户机显示)-RPC (Client Operational 1-100 up and the results to the server, Server 100-200 up and the client will be the result of the sum, then pass on the client display)
CtrProcess
- 远程控制进程,可以启动和杀死进程,其中windows运用rpc控制,linux/unix运用telnet控制
rpc_client
- 远程过程调用(rpc)的客户端程序,包括底层portmap等库函数的封装-remote procedure call (rpc), the client program, including the bottom portmap library functions such as packaging
peeryou.zip
- 又一个类似PCAnywhere的远程控制软件,使用了压缩(上载中...),An other RPC software similar to PCAnywhere, and it has used compression (to upload...)
JRPC
- 里面包含了一些Jar包和实例用于帮助用户开发rpc、onc、xdr程序。-The Distinct ONC RPC/XDR Toolkit for Java enables you to write standard ONC RPC clients and servers in pure Java
xenrpc_simple
- 这是使用 xml rpc写的控制 citrix 虚拟主机的程序,使用php+ajax 在config.inc.php 中设置好目标服务器IP,用户名密码 环境要求: php 5.1以上 php需要xmlrpc 模块,编译需要加 --with-xmlrpc ,windows环境需要xmlrpc的dll 使用方法: 放好文件后,index.php会列出服务器上已有的虚拟机,有相应的按键对应不同的功能,列出的都是虚拟 机当前能用的功能。
LibMg_RPC
- RPC程序:服务器端为LibMgServer.exe,客户端为LibMgClient.exe-RPC programs: a server-side for LibMgServer.exe, the client is LibMgClient.exe
RPC
- RPC para comunicacion remota
rpctest
- 一个RPC(远程调用)的例子,利用了JAVA的反射、动态代理、Socket编程等技术来实习的一个远程调用的例子。展示了用JAVA来实现远程调用的基本过程。-A RPC ( remote procedure call ) example, use of the JAVA reflex, dynamic proxy, Socket programming technology to practice of a remote procedure call example. Show how to us
sources
- 远程过程调用代码,通过stub 例程实现,也是通过socket编程实现。如今的远程过程调用已经封装成dll,网上已经没有源码了。-rpc via stub, use socket to complish rpc.