Description: XML RPC 在LInux 的库函数实现.支持通过XML调用RPC调用.
XML-RPC for C/C++ is programming libraries and related tools to help you
write an XML-RPC server or client in C or C++. Platform: |
Size: 677087 |
Author:Andrew Huang |
Hits:
Description: 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) Platform: |
Size: 91136 |
Author:马继军 |
Hits:
Description: XML RPC 在LInux 的库函数实现.支持通过XML调用RPC调用.
XML-RPC for C/C++ is programming libraries and related tools to help you
write an XML-RPC server or client in C or C++.-XML RPC in LInux realize the library function. Supported the adoption of XML called RPC call. XML-RPC for C/C++ Is programming libraries and related tools to help youwrite an XML-RPC server or client in C or C++. Platform: |
Size: 676864 |
Author:Andrew Huang |
Hits:
Description: 利用RemObjects SDK创建的客户和服务器应用程序可以容易的通过网络相互通讯。
RemObjects SDK可提供.NET和Delphi版本,带来一个创建分布式应用的快速方法,利用Service Builder简单的建模您的服务器接口,Service Tester用于性能和稳定性测试,并可提供广泛为的通讯选项。
Smart Services允许您使用SDK的高性能通讯技术,同时继续开放Web Service标准,如SOAP或XML-RPC。-RemObjects SDK to use to create client and server applications can easily communicate with each other through the network. RemObjects SDK available. NET and Delphi version of a rapid creation of distributed applications, using Service Builder Modeling simple interface to your server, Service Tester for performance and stability testing, and for providing a wide range of communication option. Smart Services allow you to use the SDK Platform: |
Size: 28689408 |
Author:kexijiang |
Hits:
Description: 在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 and server-side interface program. Note that server-side and client stub will need Linux command to generate stub xxxx. Platform: |
Size: 2048 |
Author:宋宋 |
Hits:
Description: JAX-RPC 构建 RPC 服务和客户机,使用 Java API 构建基于 RPC 的 Web 服务
-use JAX-RPC to build RPC server and client , use Java API to build RPC-based Web Services Platform: |
Size: 2048 |
Author:qiuxiang |
Hits:
Description: VB6.0用的最好的JSON解析工具。支持JSON消息的解析和处理。源代码值得一看,非常不错。官方网站:http://www.ediy.co.nz/vbjson-json-parser-library-in-vb6-xidc55680.html-VB-JSON is a Visual Basic 6 class library for parsing and emitting JSON (Javascript Object Notation) and can handle nested arrays and objects in the data. It does not rely on the JScript engine for parsing.
JSON is a useful and compact format for data interchange between a browser based JavaScript client program and a VB6 based data server, and also for storing structured meta data in a text field. It can also be used as an efficient RPC transport protocol and compresses well using GZip. The project also includes a fast string builder class for assembling the JSON data string at a high speed.
This software is BSD licenced and is based on an Excel macro found here. Some parsing bugs in the original functions have been fixed and the string builder class improves performance. Also there are some handy utility functions that return a JSON data set from an ADO Recordset or a character delimited string.
Platform: |
Size: 37888 |
Author:JasonQ |
Hits:
Description: php rpc 编程接口支持,Java php- P H P R P C
What is it?
-----------
PHPRPC is a Remote Procedure Calling protocol that works over the Internet.
It is secure and fast. It has a smaller overhead. It is powerful and easy to
use. This project is the client and server implementations of the PHPRPC.
The Latest Version
------------------
Details of the latest version can be found on the PHPRPC Project web site
<http://www.phprpc.org/>.
Documentation
-------------
Documentation is available in HTML format. For information about PHPRPC,
see the online manual at <http://www.phprpc.org/docs/>.
Licensing
---------
This software is licensed under the terms you may find in the file
The PHPRPC Project
Platform: |
Size: 5413888 |
Author:wanwan |
Hits:
Description: 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 interval after the call to the client via a remote display real time. Different clients have different display Platform: |
Size: 19456 |
Author:顾小东 |
Hits:
Description: XML-RPC for Delphi is a library used on the server or client side of an XML-RPC communication. It is designed to compile under Delphi for Windows and Kylix for GNU/Linux. XML-RPC for Delphi requires the Open Source Indy components be installed. Platform: |
Size: 61440 |
Author:Mohsen |
Hits:
Description: XML-RPC for Delphi is a library used on the server or client side of an XML-RPC communication. It is designed to compile under Delphi for Windows and Kylix for GNU/Linux. XML-RPC for Delphi requires the Open Source Indy components be installed. Platform: |
Size: 4096 |
Author:Mohsen |
Hits:
Description: Windows与Linux的RPC通信源码,包括服务端和客户端-Windows and Linux RPC communication source code, including server and client Platform: |
Size: 1024 |
Author:lwj |
Hits:
Description: xml rpc是使用http协议做为传输协议的rpc机制,使用xml文本的方式传输命令和数据。一个rpc系统,必然包括2个部分:1.rpc client,用来向rpc server调用方法,并接收方法的返回数据;2.rpc server,用于响应rpc client的请求,执行方法,并回送方法执行结果。RPC是Remote Procedure Call的缩写,翻译成中文就是远程过程调用,是一种在本地的机器上调用远端机器上的一个过程(方法)的技术,这个过程也被大家称为“分布式计算”,是为了提高各个分立机器的“互操作性”而发明出来的技术。
在工程中一定要导入两个jar包,jar包分别是:
xmlrpc-2.0.1.jar
commons-codec-1.3.jar-xml rpc rpc using the http protocol as a transport protocol mechanisms, the use of xml text transmit commands and data. An rpc system, necessarily includes two portions: 1.rpc client, calling the method used to rpc server and receive the return data 2.rpc server, rpc client in response to a request to perform a method, and a method to perform loopback results. RPC is a Remote Procedure Call acronym, translated into Chinese is a remote procedure call is a call to a procedure on a remote machine (method) technology on the local machine, this process is commonly known as "distributed computing" , is to improve the technology of each discrete machine "interoperability" and invented.
In the project must import two jar package, jar package are:
xmlrpc-2.0.1.jar
commons-codec-1.3.jar Platform: |
Size: 198656 |
Author:willy |
Hits:
Description: xml rpc是使用http协议做为传输协议的rpc机制,使用xml文本的方式传输命令和数据。一个rpc系统,必然包括2个部分:1.rpc client,用来向rpc server调用方法,并接收方法的返回数据;2.rpc server,用于响应rpc client的请求,执行方法,并回送方法执行结果。RPC是Remote Procedure Call的缩写,翻译成中文就是远程过程调用,是一种在本地的机器上调用远端机器上的一个过程(方法)的技术,这个过程也被大家称为“分布式计算”,是为了提高各个分立机器的“互操作性”而发明出来的技术。(XML RPC is a RPC mechanism that uses the HTTP protocol as a transport protocol, and uses XML text to transmit commands and data. A RPC system must consist of 2 parts: 1.rpc client, the method to call RPC server and receive the return data of the method. 2.rpc server is used to respond to RPC client's request, execute the method and send back the execution result of the method. RPC is the abbreviation of Call Remote Procedure, translated into Chinese is a remote procedure call is a call on the local machine on a remote machine a process (method) technology, this process is also known as the "distributed computing", in order to improve each discrete machine "interoperability" the invented technology) Platform: |
Size: 4028416 |
Author:lvmeisi
|
Hits:
Description: IShareMessage是一个基于NIO的客户、服务器端编程框架,使用IShareMessage可以确保你快速和简单的开发出一个网络应用(包括推送服务,业务插件服务)。IShareMessage相当简化和流程化了TCP的socket网络应用的编程开发过程。通过利用云端与客户端之间建立稳定、可靠的长连接来为开发者提供客户端应用与平台交互通道,开发者只需关注业务开发,无须关注底层网络交互。(IShareMessage is a client and server-side programming framework based on NIO. Using IShareMessage ensures that you develop a network application (including push service, business plug-in service) quickly and simply. IShareMessage is quite simplified and streamlined the programming and developing process of the socket network application of TCP. By building a stable and reliable long connection between cloud and client to provide developers with interactive channels between client applications and platforms, developers only need to focus on business development without paying attention to the underlying network interaction.) Platform: |
Size: 6144 |
Author:allenlei2008 |
Hits:
Description: c语言实现json rpc,包含server和client(C language implements JSON rpc, including server and client) Platform: |
Size: 20480 |
Author:hepeixuan |
Hits:
Description: This package contains implementations of a XML-RPC server
and a XML-RPC client. Target platforms are Windows, Linux
and native DOS by use of DWPL and WDOSX. Demo projects for
server and client implementations are included. Platform: |
Size: 362301 |
Author:milikadelic |
Hits: