1.同步与异步同步和异步关注的是消息通信机制 (synchronous communication/ asynchronous communication) 所谓同步,就是在发出一个*调用*时,在没有得到结果之前,该*调用*就不返回。但是一旦调用返回,就得到返回值了。换句话说,就是由*调用者*主动....
分类:
其他好文 时间:
2014-10-13 02:57:48
阅读次数:
194
一、引言 Windows Communication Foundation(WCF)是Microsoft为构建面向服务的应用程序而提供的统一编程模型,该服务模型提供了支持松散耦合和版本管理的序列化功能,并提供了与消息队列(MSMQ)、COM+、Asp.net Web服务、.NET Remoting....
分类:
其他好文 时间:
2014-10-12 19:36:38
阅读次数:
285
摘自:http://blog.csdn.net/huangyong19870618/article/details/4954512 ADAPTIVE Communication Environment,自适配通信环境,简称ACE。 ACE是可自由使用、开放源码的面向对象框架,它实现了许多用于并发.....
分类:
其他好文 时间:
2014-10-11 18:08:35
阅读次数:
168
这部分参考文献2:详细内容打开链接看 程序员必须让拥有依赖关系的进程集协调,这样才能达到进程的共同目标。可以使用两种技术来达到协调。第一种技术在具有通信依赖关系的两个进程间传递信息。这种技术称做进程间通信(interprocess communication)。第二种技术是同步,当进程间相互具有合....
分类:
其他好文 时间:
2014-10-08 16:41:35
阅读次数:
179
UNIX and Linux Shared Memory and Oracle
The UNIX and LINUX operating systems allocate memory based on an interprocess communication model (IPC) to manage memory segments for Oracle database envir...
分类:
数据库 时间:
2014-10-06 20:12:10
阅读次数:
341
Refer to: http://osamashabrez.com/simple-client-server-communication-in-android/I was working of an android project recently and now I guess .. I am d...
分类:
移动开发 时间:
2014-10-06 12:51:20
阅读次数:
411
Refer to: http://osamashabrez.com/client-server-communication-android-json/This is a sequel to my last blog post about Client Server Communication In ...
分类:
移动开发 时间:
2014-10-06 11:26:40
阅读次数:
388
International organization for standardization(ISO) developed a reference model for open system interconnection(OSI). The OSI reference model partitioned the communication process into seven layers...
分类:
其他好文 时间:
2014-09-28 23:16:46
阅读次数:
405
进程间通信,简单来说就是进程与进程之间进行消息的传递。进程就是一个正在运行的程序实体。进程间通信主要分为两大类:管道和系统IPC(inter-processor communication,进程间通信)管道又分为三种:1)普通管道(有两个限制:第一,单工通信;第二,只能在父子或者兄弟进程间通信)2)...
分类:
其他好文 时间:
2014-09-27 15:18:39
阅读次数:
204