摘要
进程通信技术依据应用场景可以划分为事件通知方式、间歇传递方式和持续交互方式。在此给出了3种通信方式的典型特征,并通过列举具体API给出实现示例。
Process communication technologies could be classified as event notification methods,intermittent transmission and continuous transmission according to the scenario.This paper presented typical characteristics of three type communication methods.Examples were given by listing the specific APIs.
出处
《电脑编程技巧与维护》
2010年第6期99-100,共2页
Computer Programming Skills & Maintenance
关键词
进程通信
事件
共享内存
套接字
process communication
event
shared memory
socket