随笔分类 -  Linux的进线程

进程间通信,线程通信
进程间IPC通信-stop waiting for thing to happen,go out and make them happen!!!
摘要:进程间通信: System V IPC对象: ipcs -q:查看消息队列 ipcs -m:查看共享内存 ipcs -s:查看信号灯集 ipcrm -q:删除消息队列 ipcrm -m:删除共享内存 ipcrm -s:删除信号灯集 **:每一个IPC对象都有一个ID,可根据key值得到ID; key 阅读全文
posted @ 2020-09-20 21:56 ღ惟吾德馨ღ 阅读(154) 评论(0) 推荐(0)