客户端存根通过使用RPC运行时例程从内核中读取网络消息。
The client stub reads the network messages from the kernel through the use of RPC runtime routines.
在服务器计算机端,当内核中的网络例程接收到网络消息后,它使用RPC运行时将该消息发送到服务器存根。
On the server machine side, as the network message is received by the network routines in the kernel, it's sent to the server stub by the use of RPC run time.
服务器存根解封输入参数,并将请求的本地过程调用到服务器例程。
The server stub unmarshals the input parameters and invokes the requested local procedure in the server routines.
存根用例程地址来替换自己,以及执行例程。
Stub replaces itself with the address of the routine, and executes the routine.
存根用例程地址来替换自己,以及执行例程。
Stub replaces itself with the address of the routine, and executes the routine.
应用推荐