即将应到RPC,可是对它的原理还不太了解,哪位能够提供一些资源,如相关文章链接和源码,非常感谢!

解决方案 »

  1.   

    http://www.ccw.com.cn/htm/app/aprog/01_12_30_3.asp
      

  2.   

    感谢itmaster(传说中的"大师")提供文章
    不知道哪位兄弟能再提供一点参考资料,如果有些源码就更好了。
      

  3.   

    我没有文章,RPC我只是从MSDN中学的。另外我这儿有一堆例子,MSDN中,都是很小很小的例子。
      

  4.   

    这个介绍带原码的:
    http://www.codeproject.com/internet/rpcintro1.asp
      

  5.   

    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.