RPC中文,RPC的意思,RPC翻译及用法

2026-04-14 05:33 浏览次数 21

RPC

abbr. 远程过程调用(Remote Procedure Call);位置遥控(Remote Position Control)

RPC 英语释义

英语释义

    1. reply post card

RPC 片语

片语

RPC service翻译

DCOM RPC系统漏洞

RPC RemoteProtocolCall远程协议调用

RPC RemoteProcessCall远程进程调用

rpc bugrpc漏洞

ONC RPC远程过程调用

RPC技术RPC technology

rpc steelrpc钢

RPC 例句

英汉例句

  • Next, the client issues a LOOKUP RPC request to see if the requested file exists.

    接下来,客户端发出LOOKUPRPC请求来查看所请求的文件是否存在。

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

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

  • From there, I「ll go on to compare SOAP, and RPC in general, with one of its biggest competitors, remote method invocation (RMI).

    从那里,我继续将SOAP和一般而言的RPC与它的最大竞争对手之一,远程方法调用(rmi)相比较。

  • The introduction of RPC was an important step, as it introduced some important concepts and features and specified the basic steps that are necessary for sharing functionality.

    介绍RPC是一个重要步骤,因为它引入了一些重要概念和功能,并指定了共享功能所需的基本步骤。

  • This command displays all types of information about NFS and RPC calls.

    这个命令可以显示有关NFS和RPC调用的所有类型的信息。

  • The RPC address and other binding data structure」s field values like the protocol version, timeout are all retrieved from this input binding handle and copied into another handle representation.

    从这个输入绑定句柄获取RPC地址和绑定数据结构的其他字段值,比如协议版本、超时等,把它们复制到另一个句柄表示中。

  • In this article, you learned how to configure the environment for running Secure RPC applications using DES authentication.

    在本文中,您了解了如何配置环境,以便使用DES身份验证运行安全RPC应用程序。

  • While you want to be consistent in your processing model, you can achieve this by using either document and RPC style in a consistent way.

    当您想要在您的处理模型中保持一致时,您可以通过一致的方法使用文档或RPC样式来达到这个目的。

  • Each user using Secure RPC with DES authentication is supposed to have a pair of public and secret keys.

    每个通过DES身份验证使用安全rpc的用户都必须拥有一对公钥和机密密钥。

  • As this set of articles illustrates, SOAP has a unique feature when compared to other RPC standards: a textual representation in XML.

    如这一系列文章所说明的那样,SOAP和其他RPC标準相比有一个独有的特点:使用XML的文本表示。

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

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

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

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

  • With this information, the RPC runtime library contacts the local endpoint map database on the server system to know the endpoint on which the server process is listening for incoming RPCs.

    RPC运行时库使用这些信息联系服务器系统上的本地端点映射数据库,了解服务器进程在哪个端点上监听到达的RPC

  • Support for document and RPC styles.

    对于文档和RPC样式的支持。

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

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

  • The client stub reads the network messages from the kernel through the use of RPC runtime routines.

    客户端存根通过使用RPC运行时例程从内核中读取网络消息。

  • As you move more of the initialization to RPC calls, you can no longer depend on the subpanels being created in order.

    随着将更多的初值移植到RPC调用中,您将不能再依赖对子面板进行有序地创建。

  • RPC is the result of years of testing with various communication models — this is just tried and true technology that has been tested in production environments.

    RPC是由各种通信模型经过多年测试得到的结果——这是已经在产品环境中测试过的可靠且真实的技术。

  • In fact, this pattern could be extended to any number of additional protocols, so long as those protocols maintain the same basic RPC semantics.

    事实上,这种模式可以扩展到任意数目的附加协议,只要那些协议支持相同的基本rpc语义。

  • RPC runtime provides inquiry routines for elements, groups, profiles and towers, which are accomplished by querying or accessing the name service database.

    RPC运行时为元素、组、概要和塔提供查询例程,这通过查询或访问名称服务数据库来完成。

  • In any case, with the information I provided in my first Soapbox article, you should be armed with enough knowledge about SOAP and RPC to compare it to its primary rival in programming today, RMI.

    在任何情况下,有了我在第一篇临时讲台文章中提供的信息,您应该拥有了足够的SOAP和RPC知识,可以与今天编程中它的主要对手rmi做比较。

  • In such cases, getting statistics like number of packets sent or received and the number of RPC calls sent or received by that interface helps in debugging.

    在这种情况下,获取统计数据有助于调试,比如接口发送或接收的数据包数量和发送或接收的RPC调用数量。

  • The server may or may not return the number of bytes requested but identifies the number of bytes returned (along with the data) within the READ RPC reply.

    服务器可能返回或不返回所请求字节的数量,但是会指出在READRPC回复中所返回(随着数据)字节的数量。

  • RPC also introduced a rudimentary way of defining an interface between the client and the server through the use of a specification file.

    RPC还引入了一个通过使用规范文件定义客户端和服务器之间接口的根本方法。

  • If this sounds vaguely like an RPC mechanism, it is and it isn't.

    尽管它听起来与RPC机制有点儿相似,但是它们是有区别的。

  • More things can go wrong in this RPC style of coding: the method could be missing on the server, or the method could be spelled incorrectly on the client.

    使用这种RPC编码风格可能有更多事物出错:服务器上的方法可能丢失,或者客户机上的方法可能拼错。

相关热词