本文介绍了RPC和C ++-需要一些基础知识的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我正在使用组件技术制作应用程序,并且希望在位于不同主机中的组件之间进行交互.我知道远程过程调用(RPC)的基础知识,是RPC还是一种简单的方法,还是有些朋友建议使用COM,对此我一无所知.

我想知道可用于将RPC与c ++一起使用的任何教程和书籍,我必须从位于一个组件中的类中的类从客户端的另一个组件中充当服务器,调用几种方法,我通过google找到了一些有趣的资料, MSDN和codeproject中RPC的介绍,但它们都没有提供服务器端访问对象的信息,谁能提出一些入门资料,


建议我一些好的方法来解决这个问题.

谢谢,
hari

Hi ,
I am making an application using component technology and i want to make the interactions between the components located in different hosts. I know the basics of Remote procedure calls(RPC) ,is RPC still an easy methods to do it or some friends suggested to use COM , i have no idea about that .

I would like to know any tutorials and book available for using RPC with c++, I have to invoke several methods from a class located in the one component acting as server from another component in the client , i found some interesting materials through google, tutorials in MSDN and introduction to RPC in codeproject also , but they all did not gave information on accessing objects in the server side , can any one suggest some starting materials ,


suggest me some good methods to work on this .

thanks ,
hari

推荐答案


这篇关于RPC和C ++-需要一些基础知识的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-30 07:44