搜索资源列表
distributed.zip
- SOAP开发包和几个XML-RPC的例子
comtut5src
- 分布式COM(以下简称DCOM)的出现给我们轻松的创建分布式应用提供了机会;我们可以完全不去理会低级别的Windows Sockets(DCOM通过MS-RPC让客户与对象进行通信,幸运的是要开发COM应用,开发者几乎可以不去理会MS-RPC)而开发出功能强大、偶合性低(功能模块相对独立,很好的发挥了OO的思想)、易于部署的分布式计算系统。-Distributed COM (DCOM hereinafter) to the emergence of easily create distribut
distributed
- SOAP开发包和几个XML-RPC的例子-SOAP development kit and a few examples of XML-RPC
RPCClock
- 采用RPC stub的分布式时钟系统,RPC基础应用-RPC stub using distributed clock system, RPC based on the application of
RPC_Exc2_sorcecode
- 在linux系统下客户端和服务器端使用RPC进行分布式通信。 包含客户端程序,服务器远端程序,以及客户端和服务器端的接口程序。 注意,服务器端和客户端的stub需要用Linux命令stub xxxx生成。-System in the linux client and server to use RPC for distributed communication. Contains client, server, remote procedure, as well as client an
XML-RPC
- 我自己动手写的XML-RPC,最近自己写了写关于大规模分布式只是学习的实验,其中用到了python里面的清凉级-I have to write himself a XML-RPC, recently wrote out a large-scale distributed only to learn to write on the experiment, which used the python inside the cool-class
RPCArchi
- RPC体系结构,详细介绍远程过程调用的结构,对于分布式软件开发人员十分有用-RPC architecture, detail the structure of the remote procedure call, distributed software developers for the very useful
DistributedSystemRPC
- java编写的分布式远程过程调用程序,有客户端和服务器,客户端向服务器注册自己感兴趣的时间间隔,服务器到了该时间间隔后通过远程调用让客户机显示实时时间。不同客户机有不同的显示方式-java remote procedure call, distributed written procedures, client and server, the client to the server up time interval of interest, the server to the time int
releas_SoapSetting
- ZK SDK for SOAP. SOAP is a lightweight protocol intended for exchanging structured information in a decentralized, distributed environment. SOAP uses XML technologies to define an extensible messaging framework, which provides a message constru
RPC.tar
- rpc功能的实现。利用c语言在linux中实现rpc功能。分布式系统的应用-The realization of the function of RPC. Use this function character from language realization. The application of distributed system
RPC_CLOCK
- 分布式RPC练习 客户端请求服务器每隔n秒发回当前时间 多个客户端可以请求不同的时间间隔-Distributed RPC practice client requests the server every n seconds sent back this time multiple clients can request different time intervals
distrbuted-clock
- 基于RPC(远程过程调用)机制的分布式应用程序-A distributed application based on RPC
ex01
- 1.1 作业描述 设计一个生成和显示时间的分布式应用程序,实现以下功能: 1、 一个服务器生成时间,并在多个不同节点的客户端上显示。 2、 客户端有多种时间显示方式,如模拟时钟、数字时钟。 1.2 作业要求 下面是设计时需要满足的四个要求: 1、 打破客户端和服务器开发过程中的紧耦合。 2、 打破客户端和服务器运行时的紧耦合,即不需要固定的机器,不限制客户端的数目等。 3、 允许客户端显示不同的事件。 4、 使用RPC机制或RMI机制。 -
hello_xmlrpc
- xml rpc是使用http协议做为传输协议的rpc机制,使用xml文本的方式传输命令和数据。一个rpc系统,必然包括2个部分:1.rpc client,用来向rpc server调用方法,并接收方法的返回数据;2.rpc server,用于响应rpc client的请求,执行方法,并回送方法执行结果。RPC是Remote Procedure Call的缩写,翻译成中文就是远程过程调用,是一种在本地的机器上调用远端机器上的一个过程(方法)的技术,这个过程也被大家称为“分布式计算”,是为了提高各个
-RPC
- 这是基于rpc中间件的分布式调用服务源代码,实现有服务器端与客户端-This is based on RPC middleware distributed invoking a service source code, with the client and server side
grpc-common-master
- In gRPC a client application can directly call methods on a server application a different machine as if it was a local object, making it easier for you to create distributed applications and services. As in many RPC systems, gRPC is based around the
storm-0.9.3.tar
- Apache Storm is a free and open source distributed realtime computation system. Storm makes it easy to reliably process unbounded streams of data, doing for realtime processing what Hadoop did for batch processing. Storm is simple, can be used with
EnalbeMenuItemVIEW
- A distributed clock system using RPC stub, and an RPC base application
RPC
- DISTRIBUTED AND COMPUTING SYSTEM for unix
Ntty.RPC.NETClient
- Netty是一个高性能、异步事件驱动的NIO框架,它提供了对TCP、UDP和文件传输的支持,作为一个异步NIO框架,Netty的所有IO操作都是异步非阻塞的,通过Future-Listener机制,用户可以方便的主动获取或者通过通知机制获得IO操作结果。 作为当前最流行的NIO框架,Netty在互联网领域、大数据分布式计算领域、游戏行业、通信行业等获得了广泛的应用,一些业界著名的开源组件也基于Netty的NIO框架构建。(Netty is a high-performance, async