确保你的应用只在必要的时候使用远程调用,通过客户端验证,缓存和批量作业最小化不利影响。
Ensure your application only makes remote calls where necessary. Impact is minimized by client-side validation, client-side caching, and batching of work.
确保你的应用只在必要的时候使用远程调用,通过客户端应用调用客户验证,缓存和批量作业最小化不利影响。
Ensure your application only makes remote calls where necessary. Impact is minimized by client-side validation, client-side caching, and batching of work.
如果您发现您自己在考虑:“我可以发送XML远程调用和使用简单库来做到?”
If you find yourself thinking: "I can send XML remote calls and use simple libraries to do it?"
在这个实例中,过度地使用高速缓存来减少远程调用的数量,但是该方法同样导致性能下降,而不是提高。
In this example, caching was used to overly reduce the number of remote calls, but this approach also resulted in a performance degradation, not improvement.
现在,在前一张图中,您应该留意到代表和业务服务之间的“使用”关系代表一组远程调用。
Now, in the previous diagram you should carefully note the "USES" relationship between the delegate and the Business Service represents a set of remote calls.
D - BUS是一个轻量级但是很强大的远程过程调用系统,为希望使用它的应用程序带来最小的开销代价。
D-BUS is a lightweight yet powerful remote procedure call system with minimal overhead costs for the applications that wish to use it.
这一部分研究虚包模式 [DP]在接口设计方面的应用,以及如何使用它来保存更多的远程调用。
This section investigates the application of the facade pattern [ DP] to the interface design and how you can use it to save even more remote calls.
JDBC客户机或者直接调用远程存储过程,或者使用相应的联邦存储过程。
The JDBC client called the remote stored procedure either directly or using a corresponding federated stored procedure.
尽管使用字符串变量更容易,但是如果通过远程函数调用发送动态sql,可能需要使用内部表。
Although using a string variable is easier, you might need to use an internal table if a remote function call sends the dynamic SQL code.
当使用SOAP作为一个远程过程调用(rpc)系统时,SOAP参数可以是有类型的或无类型的。
When using SOAP as a remote procedure call (RPC) system, the SOAP parameters can be typed or untyped.
应用程序使用远程函数调用(rfc)来调用BAPI。
An application calls a BAPI using a remote function call (RFC).
我关注过使用消息中间件来进行远程调用的分布式系统。
I looked at distributed systems that used message oriented middleware to make remote procedure calls.
JSON - RPC是一种远程过程调用协议,它使用JSON对参数和返回值进行编码和编组。
JSON-RPC is a remote procedure call protocol that USES JSON to encode and marshal arguments and return types.
只能使用最终的发送操作对远程对象进行调用。
Remote objects can be invoked only using the eventual send operation.
在普通的使用,包括文件中心信息、远程程序调用(rpc)以及发布订购中,有一些SOA交流形势图。
There are several SOA interaction paradigms in common use including document centric messaging, remote procedure calls (RPC), and publish-subscribe.
这将调用远程节点,使用所提供的参数执行特定模块和函数,并将结果返回给调用方。
This calls the remote node and executes the specific module and function with the supplied arguments, returning the result to the caller.
高速缓存实例显示了必需谨慎使用减少远程调用的数量。
The caching example showed that reducing the number of calls must be carefully employed.
使用自已的数据扩展远程调用和emf与rrd的集成两部分都包含有关RRD创建和使用扩展生成器和处理程序的方式的信息。
Both sections Extending a remote call with your own data and Integrating EMF with RRD contain information on the manner in which extension generators and handlers are created and used by RRD.
否则,先检查绑定句柄是否可以远程使用,然后在远程主机上执行调用。
Or, the binding handle is first validated to check if it is valid to be used remotely and the call is executed on that remote host.
下面的代码片断显示了如何使用JSR 172JAX - RPC调用远程服务。
The following code snippet shows how to invoke a remote service using JSR 172 JAX-RPC.
他们都可以通过二进制协议,ActionScript消息格式(amf)使用远程过程调用和消息与服务器端进行通信。
They both can communicate with the server using remote procedure calls and messaging through the binary protocol, ActionScript Message Format (AMF).
在本系列文章的第三篇文章中,您将了解GWT使用框架如何使远程过程调用(RemoteProcedure Call, RPC)可以轻松地编码和管理。
In the third article in this series, you'll learn about the framework that GWT USES to make Remote Procedure Calls (RPCs) easy to code and manage.
使用远程过程调用Web服务或基于REST的API也可以实现数据同步。
Data synchronization can also be achieved using remote procedure call (RPC) Web services or a REST-based API.
如清单6所示,GreetingService是客户机代码使用的远程过程调用的接口。
GreetingService, shown in Listing 6, is the interface for the remote procedure call used by the client code.
可以在您所有的portlet服务业务方法中使用以上的方法来调用远程Web应用程序。
You can use the above methods in all your portlet service business methods to make calls to the remote Web application.
这个函数使用asyncrequest类发送异步请求,实现远程过程调用。
This function raises the remote procedure call invocation using the AsyncRequest class to send asynchronous requests.
它常常被归结为远程过程使用http调用GET、POST、PUT和delete语句。
It's often summarized as bringing back remote procedure calls to GET, POST, PUT, and DELETE statements using HTTP.
LotusScript代码使用BAPI作为远程过程调用。
The LotusScript code uses BAPIs as remote procedure calls. Here's an example subroutine
为了示范基本的技术,清单1中的Python代码使用动态特性将所有的远程方法调用记录到控制台的标准错误中。
To demonstrate the basic technique, Listing 1 shows Python code that USES dynamic features to log all invocations of a remote method to standard error on the console.
为了示范基本的技术,清单1中的Python代码使用动态特性将所有的远程方法调用记录到控制台的标准错误中。
To demonstrate the basic technique, Listing 1 shows Python code that USES dynamic features to log all invocations of a remote method to standard error on the console.
应用推荐