• In this article we have dealt with the most basic and important routines that any RPC client and server application makes.

    本文中,我们讨论任何RPC客户机服务器应用程序调用的基本最重要例程

    youdao

  • During the server RPC application initialization, it registers the interface with RPC runtime library.

    服务器RPC应用程序初始化期间会向RPC运行时注册接口

    youdao

  • The local endpoint map database is used to store all the endpoints of RPC server processes running on that host.

    本地端点映射数据库用于存储主机运行RPC服务器进程所有端点

    youdao

  • To further simplify the deployment of their applications RPC has structured both the client and server to be included as the same installation.

    为了进一步简化应用部署RPC应用已经客户服务器端打包同一个安装包中。

    youdao

  • DCE provides a secure communication channel between a client and a server through an authenticated RPC mechanism.

    DCE通过认证RPC机制在客户机服务器之间提供了安全通信通道

    youdao

  • This section gives an overview of registering an interface specification with the RPC runtime in the server application and unregistering it.

    概述服务器应用程序RPC运行时注册接口规范取消注册的例

    youdao

  • Encoding other types requires modifying the actual RPC server and client themselves.

    编码其它类型需要修改实际RPC服务器客户机自身

    youdao

  • Normally, a RPC server application advertises or exports its location, that is the binding information which gets stored in a name service database.

    通常RPC服务器应用程序会公布导出位置,位置信息绑定信息的形式存储名称服务数据库中。

    youdao

  • Figure1 illustrates the way a client and server completes an RPC call over the network.

    图1说明客户机服务器通过网络完成RPC调用方式

    youdao

  • Thus, every cache miss on the server triggered a callback RPC that had to fetch the user's credential (STKT + PAC) in its entirety.

    因此服务器每次缓存缺页都会触发一个RPC回调获取整个完整用户证书(STKT +PAC)。

    youdao

  • The RPC server bundles up the results of the procedure and sends those results back to the caller.

    RPC服务器过程结果打包那些结果发送调用者

    youdao

  • The responsibility to initiate an authenticated RPC to the target server (through an appropriate DCE API call) lies with the client applications.

    通过适当的DCEAPI调用目标服务器发起一个已认证RPC职责在于客户机程序

    youdao

  • Finally the server then goes ahead and executes the RPC call and returns the results back to the client.

    最后服务器执行RPC调用,将结果返回客户端。

    youdao

  • Client now makes an RPC call to the target server sending it the PSTkt containing session key and the PAC.

    客户端现在目标服务器发出一个RPC调用,向发送包含会话密钥PACPSTkt

    youdao

  • Another parameter you can tune is timeo, which specifies the time out value for the RPC calls to the server.

    还有一个参数可以进行优化,timeo,该参数指定服务器RPC调用的超时值

    youdao

  • The client and server stubs communicate using the RPC runtime library.

    客户机服务器stub使用RPC运行时通信。

    youdao

  • What follows is an example process flow of a client synchronizing orders with a server using RPC calls over Web services.

    下面一个示例处理流程使用RPCWeb服务同步客户机服务器上的订单

    youdao

  • Then on the server side of the RPC handler, you need to access this SOAP message to extract the SOAP headers to identify the partner's IDs.

    然后需要RPC处理程序服务器访问SOAP消息提取SOAPHeader标识合作伙伴ID。

    youdao

  • On the server side, the listener for SOAP RPC messages is implemented as a servlet.

    服务器SOAPRPC消息侦听作为servlet实现

    youdao

  • After establishing the port number for the mount (via the get_port request RPC call to the remote server), the client performs an RPC mount request.

    确认了加载口号之后通过 get_port请求远程服务器RPC调用),客户端执行 RPCmount 请求。

    youdao

  • Before we go into the details of each of these services, you should keep in mind that all these services are implemented by a single RPC server, called a security daemon or secd.

    在了解每个服务详细信息之前应该记住所有这些服务都是一个RPC服务器实现的,该服务器称为安全后台程序secd

    youdao

  • The server RPC runtime library receives this incoming RPC call, passes it to the server stub which converts it to the format that server understands for execution.

    服务器RPC运行时接收到达RPC调用传递服务器stub,服务器stub它转换为服务器可以理解格式

    youdao

  • The client makes an RPC call to the server, and the STkt containing the session key passed as a part of the RPC protocol.

    客户服务器发出RPC调用包含会话密钥STkt作为RPC协议的一部分传递给服务器。

    youdao

  • This is all done on the server side through a special servlet called the RPC router, which is part of the Application server runtime.

    所有这些都是服务器通过一个名为rpc路由器特殊servlet完成的,servletApplicationServer运行时一部分。

    youdao

  • Those unfamiliar should rest assured that RPC support allows very tight coupling with server-side logic in an intuitive manner.

    那些不熟悉RPC 的用户也可以放心,OpenLaszlo 中的 RPC支持允许一种直观的方式服务器端逻辑紧密耦合

    youdao

  • Even though you can write your own JAX-RPC handlers, the application server vendor can decide, based on configuration and security policies, whether to allow a new handler or not.

    尽管编写自己JAX - RPC处理程序,应用程序服务器提供商也能够根据配置安全策略决定是否允许一个新的处理程序存在。

    youdao

  • In both DCOM and CORBA, the interactions between a client process and an object server are implemented as object-oriented RPC-style communications.

    DCOMCORBA中客户进程对象服务器之间的互相作用作为面向对象rpc通信来实现的。

    youdao

  • We will use JAX-RPC compliant engine as the platform of choice for the service implementation (server-side).

    我们使用符合JAX - RPC要求引擎作为选择服务实现平台(服务器端)。

    youdao

  • The subsequent block of code initializes the XML-RPC client connection to the blog server.

    接下来代码初始化博客服务器XML - RPC客户端连接

    youdao

  • On the server side, you can also use a JAX-RPC handler to deal with implicit headers.

    服务器可以使用JAX - RPC处理程序处理隐式消息头。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定