IT点滴

我不去想是否能够成功 既然选择了远方 便只顾风雨兼程
  博客园  :: 首页  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  RPC

摘要:Download RCF 04 - 637.64 KBDownload RCF 09c - 392.34 KB IntroductionRCF (Remote Call Framework) is a C++ framework I've written to provide an easy and consistent way of implementing interprocess calli... 阅读全文

posted @ 2009-07-07 15:10 Ady Lee 阅读(1629) 评论(0) 推荐(0)

摘要:导言RCF(Remote Call Framework,远程调用框架)是一个C++的框架。这个框架用来为实现C++程序进程间调用提供一个简单和一致(consistent)的方法。这个框架基于强类型的C/S接口概念,类似于用户所熟悉的CORBA,DCOM这样的中间件。然而,因为RCF只应用于C++,所以可以充分利用C++特性,从而提供一个以相对简单和整洁的方式实现进程间调用。这是RCF库的第二个版本... 阅读全文

posted @ 2009-07-07 14:44 Ady Lee 阅读(3167) 评论(0) 推荐(1)

摘要:本文比较详细地介绍了远程过程调用(RPC)的OSF标准在Microsoft VC++中的实现原理, 以及如何使用它们来开发应用程序. 阅读本文你将了解RPC的基本原理, 并将看到如何开发使用RPC进行异种机网络分布式处理的客户机应用程序和服务器应用程序. Para 1. RPC工作原理 RPC是把传统本地过程调用的概念加以扩充后引入分布式环境的一种形式. RPC的形式和行为与传统本地过程调用极... 阅读全文

posted @ 2008-11-24 11:13 Ady Lee 阅读(2543) 评论(0) 推荐(0)

摘要:Download source files - 16.2 Kb Download demo project - 5.54 Kb Introduction RPC is frequently not used directly, so, usually you don't have to know the RPC API when you are using DCOM to ... 阅读全文

posted @ 2008-11-24 10:15 Ady Lee 阅读(641) 评论(0) 推荐(0)

摘要:Download source files - 8.44 Kb Download demo project - 166 Kb Contents Introduction Introducing contexts Hello Context World! Changes ... 阅读全文

posted @ 2008-11-24 10:14 Ady Lee 阅读(487) 评论(0) 推荐(0)

摘要:Download source files - 13.1 Kb Download demo project - 314 Kb Contents Introduction IDL, RPC and you Interface Definition Language (IDL) Remote Procedure Cal... 阅读全文

posted @ 2008-11-24 10:13 Ady Lee 阅读(501) 评论(0) 推荐(0)