• Shared memory permits processes to communicate by simply reading and writing to a specified memory location.
  • Mapped memory is similar to shared memory, except that it is associated with a file in the filesystem.
  • Pipes permit sequential communication from one process to a related process.
  • FIFOs are similar to pipes, except that unrelated processes can communicate because the pipe is given a name in the filesystem.
  • Sockets support communication between unrelated processes even on different computers.

最新文章

  1. 微信调用照相拍照等 js 接口的权限配置 和 照片上传和下载实现
  2. 《C#高级编程》读书笔记
  3. VC++使用Pro*CC++
  4. elasticsearch-查询
  5. ORA-24550错误
  6. Servlet概述及其生命周期
  7. Windows 错误代码
  8. 【和我一起学python吧】初学Python,版本如何选择?
  9. Java中内存空间的分配及回收
  10. 微信Demo导入遇到的问题
  11. SKTexture类
  12. wkhtmtopdf--高分辨率HTML转PDF(一)
  13. 公布一个软件,轻新视频录播程序,H264/AAC录制视音频,保存FLV,支持RTMP直播
  14. pureMVC简单示例及其原理讲解五(Facade)
  15. 总结ASP.NET MVC Web Application中将数据显示到View中的几种方式
  16. 【BootStrap】 概述 & CSS
  17. vscode使用shell
  18. Node.js OS 模块
  19. CUDA5.5 的环境变量设置
  20. spring框架校验自定义注解

热门文章

  1. UMDF
  2. POJ3087 Shuffle'm Up 简单模拟
  3. shell获取db信息及上传下载操作
  4. click事件的参数化
  5. FL2440移植Linux2.6.33.7内核
  6. 【转载】 Linux用户态和内核态
  7. Django ORM 中的批量操作
  8. soliworks三维机柜布局(四)进入solidworks中三维布线
  9. UVa 二分图匹配 Examples
  10. MongoDB介绍及下载与安装