经常听说rpc机制,可以前见到的都是它的原理,从来不知道具体到应用时,有什么好
的方法和工具,请高手指教一下,比如说在VC中怎么使用?

解决方案 »

  1.   

    http://www.codeproject.com/internet/rpcintro1.asp
      

  2.   

    Remote Procedure Call (RPC)
    Remote Procedure Call (RPC) defines a powerful technology for creating distributed client/server programs. The RPC runtime libraries manage most of the details relating to network protocols and communication. This enables you to focus on the details of the application rather than the details of the network.With RPC a client can connect to a server running on another platform. For example: The server could be written for Linux and the client could be written for Win32.
    Refer to this:
    http://www.codeproject.com/internet/rpcintro1.asp