它基于远程过程调用,或rpc。
远程过程调用(RPCs)解析。
KDE的远程过程调用实现是DCOP。
通过远程过程调用提供一个安全通信通道。
Offering a secure communication channel through remote procedure calls.
基本远程过程调用使用的是标准amf管道。
For basic remote procedure calls a standard AMF channel is used.
代理提供对感兴趣的服务的远程过程调用接口。
A proxy provides a remote procedure call interface to a service of interest.
这是非常标准的远程过程调用代码,除了这一行
This is pretty much boilerplate remote procedure calling code except for the line
获取艺术家数据:使用远程过程调用。
它促进了由远程过程调用和响应产生的数据传送。
It facilitates the transfer of data resulting from remote procedure calls and responses.
该扩展还处理调用SOAP服务的远程过程调用。
Remote procedure calls to invoke the SOAP service are also handled by the extension.
这是一种典型的GWT远程过程调用(RPC)。
这称为远程过程调用(rpc),是RPC编程的基础。
This is called a remote procedure call (RPC) and forms the basis for RPC programming.
CORBA是一个强大的、标准化的远程过程调用规范。
CORBA is a powerful, standardized remote procedure call specification.
WSDL和SOAP组成了一个强大的远程过程调用系统。
WSDL and SOAP combined together make a powerful remote procedure calling system.
远程过程调用:两个系统都暴露另一个能调用的服务。
Remote Procedure Call: each of two systems expose services that the other can call.
通常,这一编码旨在用于类似远程过程调用(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.
这个函数使用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)的Web服务。
This tutorial is a complete guide to installing, configuring, building, and exercising (running) Web services that are based on remote procedure calls (RPCs).
“这是个神奇的情况,这将实现零延迟的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.
应用推荐