# learn-unp2
**Repository Path**: liulaixing/learn-unp2
## Basic Information
- **Project Name**: learn-unp2
- **Description**: 《UNIX网络编程·卷2:进程间通信(第2版)》学习笔记
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-06-07
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 《UNIX网络编程 卷2:进程间通信(第2版)》学习笔记
### UNP(UNIX Network Programming Volume2:Interproccess Communication)
---
## 本仓库内容
1. 《UNIX网络编程·卷2:进程间通信(第2版)》的源码仓库
2. 《UNIX网络编程·卷2:进程间通信(第2版)》学习笔记
```
Something I hope you know before go into the coding~
First, please watch or star this repo, I'll be more happy if you follow me.
Bug report, questions and discussion are welcome, you can post an issue or pull a request.
```
## 相关站点
* GitBook地址:
* GitHub地址:
* 书籍官方站点:
```
Something I hope you know before go into the coding~
First, please watch or star this repo, I'll be more happy if you follow me.
Bug report, questions and discussion are welcome, you can post an issue or pull a request.
```
## 参考书目

《UNIX网络编程·卷2:进程间通信(第2版)》是一部UNIX网络编程的经典之作!进程间通信(IPC)几乎是所有Unix程序性能的关键,理解IPC也是理解如何开发不同主机间网络应用程序的必要条件。《UNIX网络编程.卷2:进程间通信(第2版)》从对Posix IPC和System V IPC的内部结构开始讨论,全面深入地介绍了4种IPC形式:消息传递(管道、FIFO、消息队列)、同步(互斥锁、条件变量、读写锁、文件与记录锁、信号量)、共享内存(匿名共享内存、具名共享内存)及远程过程调用(Solaris门、Sun RPC)。附录中给出了测量各种IPC形式性能的方法。
《UNIX网络编程.卷2:进程间通信(第2版)》内容详尽,几乎每章都提供精选的习题,并提供了部分习题的答案,是网络研究和开发人员理想的参考书。
## 目录
## 参考博客
## 思维导图
## 总结
```
1. 概念的东西理解记忆
2. 基础永远值得花费90%的精力去学习加强。厚积而薄发~
```