码迷,mamicode.com
首页 > 其他好文 > 详细

communicate with other processes, regardless of where they are running

时间:2016-11-27 07:43:10      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:app   and   proc   ext   text   reg   class   describe   wrap   

Advanced Programming in the UNIX Environment Third Edition
 
In the previous chapter, we looked at pipes, FIFOs, message queues, semaphores, and shared memory
the classical methods of IPC provided by various UNIX systems.These mechanisms allow processes running
on the same computer to communicate with one another.In this chapter, we look at the mechanisms that
allow processes running on different computers (connected to a common network) to communicate with
one another network IPC.
In this chapter, we describe the socket network IPC interface, which can be used by processes to communicate
with other processes, regardless of where they are running — on the same machine or on different machines.
Indeed, this was one of the design goals of the socket interface. The same interfaces can be used for both
intermachine communication and intramachine communication. Although the socket interface can be used to
communicate using many different network protocols, we will restrict our discussion to the TCP/IP protocol suite
in this chapter,since it is the de facto standard for communicating over the Internet.

communicate with other processes, regardless of where they are running

标签:app   and   proc   ext   text   reg   class   describe   wrap   

原文地址:http://www.cnblogs.com/yuanjiangw/p/6105824.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!