它基于远程过程调用,或rpc。
远程过程调用(RPCs)解析。
它促进了由远程过程调用和响应产生的数据传送。
It facilitates the transfer of data resulting from remote procedure calls and responses.
这称为远程过程调用(rpc),是RPC编程的基础。
This is called a remote procedure call (RPC) and forms the basis for RPC programming.
通常,这一编码旨在用于类似远程过程调用(rpc)的应用中。
Typically, this encoding is intended to be used in an application like a remote procedure call (RPC).
LotusScript代码使用BAPI作为远程过程调用。
The LotusScript code uses BAPIs as remote procedure calls. Here's an example subroutine
使用远程过程调用Web服务或基于REST的API也可以实现数据同步。
Data synchronization can also be achieved using remote procedure call (RPC) Web services or a REST-based API.
因为NFS使用了远程过程调用(rpc),所以NFS并不位于传输堆栈中。
NFS does not reside on the transport stack, because NFS USES Remote Procedure Calls (RPCs).
它运行在服务器端,并且客户机代码通过一个远程过程调用来调用它。
It runs on the server side and the client code calls it via a remote procedure call.
本文的其余部分解释完成远程过程调用在客户端和服务器端上需要使用的例程。
The rest of the article deals with the explanation of routines used to accomplish each of the above steps from client and server side to complete a remote procedure call execution.
stub文件在远程过程调用期间作为应用程序和RPC运行时库之间的接口。
Stub files act as an interface between the application and the RPC runtime library during a remote procedure call.
这是在服务器远程过程调用的回调处理器中的starter项目中完成。
This is done in the starter project in the callback handler to the remote procedure call to the server.
这个函数使用asyncrequest类发送异步请求,实现远程过程调用。
This function raises the remote procedure call invocation using the AsyncRequest class to send asynchronous requests.
每个方法都提供了一个回调对象,这样就可以在完成远程过程调用后收到异步通知。
Each method provides a callback object so that you are notified asynchronously when the remote procedure call is complete.
就像EJB、CORBA和DCE一样,Web服务的核心抽象也是远程过程调用。
As with EJB, CORBA, and DCE, the core abstraction for Web services is a remote procedure call.
早期的远程过程调用(rpc)是基于一种编程模型的,开发人员编写专门的过程调用。
Earlier remote procedure call (RPC) standards were based on a programming model where a developer wrote specific procedure calls.
客户机发出远程过程调用,此时它会联系名称服务数据库,以寻找服务器系统的相关信息。
When the client makes a remote procedure call, it contacts the name service database to find information about the server system.
需要注册接口是因为,客户机在向服务器发出远程过程调用时,要检查它是否与服务器兼容。
This interface registration is needed because when the client makes a remote procedure call to the server, it checks if it is compatible with the server.
远程过程调用(rpc)是一种用于构造分布式的、基于客户端-服务器的应用程序的技术。
Remote procedure call (RPC) is a technique for constructing distributed, client-server-based applications.
本教程完整地介绍如何安装、配置、构建和运行基于远程过程调用(rpc)的Web服务。
This tutorial is a complete guide to installing, configuring, building, and exercising (running) Web services that are based on remote procedure calls (RPCs).
FD3是一个solaris门(高速远程过程调用(rpc)接口),以只读模式打开。
FD 3 is a Solaris door (a high-speed Remote Procedure Call (RPC) interface), opened in read-only mode.
如清单6所示,GreetingService是客户机代码使用的远程过程调用的接口。
GreetingService, shown in Listing 6, is the interface for the remote procedure call used by the client code.
“这是个神奇的情况,这将实现零延迟的RPC(远程过程调用)”,Livshits说。
"This is a magical situation, if you think about it," says Livshits. "it leads to zero latency remote procedure calls."
因此,就响应时间而言,Web服务调用比其他类型的远程过程调用的开销更大。
Therefore Web service invocation costs more in terms of response time than some other kinds of remote procedure invocation.
在本系列的第2部分中,您将首先学习分布式对象方法,它与远程过程调用方法的关系更密切。
In Part 2 of this series, you'll first learn about the distributed objects approach, as it's more closely aligned with RPC.
它们只是通过SOAP或结构良好的集成体系结构的远程过程调用或点到点消息传递而已。
They're simple remote procedure calls or point-to-point messaging through SOAP or well structured integration architectures.
在RPC -literal样式中,服务使用者会将Web服务作为远程过程调用进行调用。
In a RPC-literal style, a service consumer invokes a Web service as a remote procedure call.
JSON - RPC是一种远程过程调用协议,它使用JSON对参数和返回值进行编码和编组。
JSON-RPC is a remote procedure call protocol that USES JSON to encode and marshal arguments and return types.
该协议基于XML,包括三个部分:信封、一组编码规则以及用于表示远程过程调用和响应的约定。
It is an XML-based protocol that consists of three parts: an envelope, a set of encoding rules, and a convention for representing remote procedure calls and responses.
当使用SOAP作为一个远程过程调用(rpc)系统时,SOAP参数可以是有类型的或无类型的。
When using SOAP as a remote procedure call (RPC) system, the SOAP parameters can be typed or untyped.
应用推荐