interprocess communication (IPC) 进程间通信

signals, which are used to indicate that an event has occurred;

pipes (familiar to shell users as the | operator) and FIFOs , which can be used to  transfer data between processes;
sockets, which can be used to transfer data from one process to another, either
on the same host computer or on different hosts connected by a network;
file locking, which allows a process to lock regions of a file in order to prevent
other processes from reading or updating the file contents;
message queues, which are used to exchange messages (packets of data) between  processes;
semaphores, which are used to synchronize the actions of processes; and

shared memory, which allows two or more processes to share a piece of memory.When one process changes the contents of the shared memory, all of the other processes can immediately see the changes.


the support of real-time applications:  These include 

asynchronous I/O, 

shared memory,

memory-mapped files,

memory locking, 

realtime clocks and timers,

alternative scheduling policies, 

realtime signals, 

message queues, 

and semaphores.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值