Skip to content

Commit

Permalink
Update Operating Systems.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wolverinn committed Feb 27, 2020
1 parent aaadb44 commit f17769a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Operating Systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@

7. 套接字(Socket)

更详细的可以参考(待整理):
- https://imageslr.github.io/2020/02/26/ipc.html
- https://www.jianshu.com/p/c1015f5ffa74

### 进程同步问题

> 进程的同步是目的,而进程间通信是实现进程同步的手段
Expand Down Expand Up @@ -489,4 +493,4 @@ IO多路复用(IO Multiplexing)是指单个进程/线程就可以同时处
- [ ] IPC
- [ ] 进程同步问题:生产者-消费者问题...
- [ ] 银行家算法
- [ ] 文件与文件系统、文件管理?
- [ ] 文件与文件系统、文件管理?

0 comments on commit f17769a

Please sign in to comment.