通过减少远程方法调用可以提高应用程序的性能。
By reducing the remote method calls, application performance can be improved.
这就意味着在中间层和第三层之间将有大量的远程方法调用。
This meant a lot of remote method calls between our middle and third tier.
这对于仅仅创建一个用户来说,所使用的远程方法调用相当多。
远程方法调用仍然使用按值调用(call -by - value)语义,您当然需要知道该语义。
Remote method calls still use call-by-value semantics of which you certainly need to be aware.
程序传递要调用的远程方法的名称和所有必需参数。
Your program passes the name of the remote method to invoke and any necessary parameters.
客户机应用程序直接调用远程对象存根上的方法。
The client application invokes methods directly on a remote object's stub.
然后发送给远程服务器一个方法调用。
It will then send a method invocation call to the remote server.
要实际创建远程调用,首先需要将方法签名添加到NumberGenerator中。
To actually create a remote call, start by adding the method signature to NumberGenerator.
最后,客户端调用远程对象上的create方法。
Finally, the client then invokes the create method on the remote object.
确保可以明显的看出哪个方法调用的是本地的哪个是远程的。
Make sure it's obvious which function call is local and which is remote.
确保可以明显的看出哪个方法调用的是本地的哪个是远程的。
Make sure it's obvious which function call is local and which is remote.
应用推荐