您要查找的是不是:
- The object is now ready to receive remote calls. 这个对象现在已经就绪于接收远程调用。
- Keep in mind that a remote call can be at least 1000 times slower than a local call in the common language runtime. 记住,远程调用比公共语言运行库中的本地调用至少慢1000倍。
- What is important to see is that the total time for the remote call depends on a lot of different parts. 值得注意的是远程调用的总时间依赖于大量不同部分。
- Finally, the page is not displayed due to time-out problems in the remote call caused by the excessive amount of data to be transferred. 最后,由于远程调用的超时问题不能显示页面,这是由于需要传输的数据量太大而引起的。
- The remoting call duration exceeds the time-out value. Remoting调用期限超过超值。
- The formula also shows the main reason for reducing the number of remote calls. 公式也显示了减少远程调用数量的主要原因。
- Cross-domain calls use the same remote call infrastructure as calls between two processes or between two machines. 域间调用所采用的远程调用基础结构与两个进程间的调用或两台计算机间的调用的基础结构相同。
- In some cases, a wrapper on the remote side might improve performance by encapsulating multiple calls on the remote end into a single remote call. 在某些情况下,远端的封装器可以通过将远端的多个调用封装成一个远程调用来提高性能。
- Showed the different steps of a remote call with the conclusion that reducing the number of remote calls is a main way to improve performance. 中的理论部分显示了远程调用的不同阶段,得出减少远程调用的数量是提高性能的主要方法。
- For example, code calling a method in a separate application domain must be able to find the assembly containing an exception thrown by a remote call. 例如,在单独的应用程序域中调用方法的代码必须能够找到包含远程调用引发的异常的程序集。
- Advanced remoting scenarios may require you to intercept a remote call at one or more points. 高级远程处理方案可能要求您在一个或多个点截获远程调用。
- In this paper,Facade design pattern is first introduced for the development of applications based on J2EE,and the remote call under the J2EE architecture is analyzed. The implementation of EDT(encapsulated data type)is described. 基于J2EE的应用程序开发所使用的Facade设计模式,进行J2EE中远程调用的分析,实现EDT(封装数据类型);
- I will use the sample use case described here and optimize its performance by reducing the number of remote calls. 我还要用到这里描述的样本用例,通过减少远程调用的数量优化实例的性能。
- It shows that keeping the communication coarse-grained by reducing the number of remote calls is a good practice. 实例显示了通过减少远程调用的数量来保持通讯的粗粒度是一个很好的办法。
- Therefore, when you make calls to the methods on the lease you are making remote calls to the server process. 因此,调用租约上的方法时,就是发出对服务器进程的远程调用。
- Remote calls must be conveyed in some way between the client and the server process. 远程调用必须以某种方式在客户端和服务器进程之间传送。
- Contributes an interception sink at the context boundary on the client end of a remoting call. 在远程处理调用的客户端上的上下文边界上分配侦听接收器。
- Contributes an interception sink at the context boundary on the server end of a remoting call. 在远程处理调用的服务器端上的上下文边界上分配侦听接收器。
- Opaque references require remote calls to compare object identity reliably. For some applications, the overhead of these calls is prohibitive. 不透明的对象引用要求远程调用比较对象标识符。对许多应用来说,这些调用的负载是禁止的。
- Contributes an object-specific interception sink on the server end of a remoting call. 在远程处理调用的服务器端分配对象特定的侦听接收器。