From 2862e235e41e41ddbf0f3f4ac3e8122e08bf02a5 Mon Sep 17 00:00:00 2001
From: yanfeizhang <54074852@qq.com>
Date: Mon, 2 Jan 2023 13:09:07 +0800
Subject: [PATCH] =?UTF-8?q?feat:=E6=B7=BB=E5=8A=A0=E5=AE=B9=E5=99=A8?=
=?UTF-8?q?=E8=BF=9B=E7=A8=8Bpid=E5=88=86=E9=85=8D=E6=96=B0=E6=96=87?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index d84feb1..74f7fc5 100755
--- a/README.md
+++ b/README.md
@@ -17,11 +17,10 @@
---
-**新文置顶**
-- [Linux进程是如何创建出来的?](https://mp.weixin.qq.com/s/ftrSkVvOr6s5t0h4oq4I2w) (:cn:新)
-- [你写的代码是如何跑起来的?](https://mp.weixin.qq.com/s/1bdktqYF7VyAMadRlcRrSg) (:cn:新)
+**新文置顶:最近写的都是CPU、进程方向的**
- [聊聊Linux中线程和进程的联系与区别!](https://mp.weixin.qq.com/s/--S94B3RswMdBKBh6uxt0w) (:cn:新)
- [你的新进程是如何被内核调度执行到的?](https://mp.weixin.qq.com/s/y2axbQTzOGZweJn3LAhWvg) (:cn:新)
+- [Docker容器里进程的 pid 是如何申请出来的?](https://mp.weixin.qq.com/s/LDu6s1eZw6_xEwfa6pMM-A) (:cn:新)
## 一、网络篇
@@ -136,13 +135,16 @@
**4.4 CPU性能优化**
- [一个likely的简单使用,背后却是对CPU工作原理的深刻理解](https://mp.weixin.qq.com/s/2YJVAEanfjSYgmZh8GRNrg) (:cn:新)
-
**4.5 进程管理**
- [Linux进程是如何创建出来的?](https://mp.weixin.qq.com/s/ftrSkVvOr6s5t0h4oq4I2w) (:cn:新)
- [你写的代码是如何跑起来的?](https://mp.weixin.qq.com/s/1bdktqYF7VyAMadRlcRrSg) (:cn:新)
- [聊聊Linux中线程和进程的联系与区别!](https://mp.weixin.qq.com/s/--S94B3RswMdBKBh6uxt0w) (:cn:新)
- [你的新进程是如何被内核调度执行到的?](https://mp.weixin.qq.com/s/y2axbQTzOGZweJn3LAhWvg) (:cn:新)
+**4.6 容器进程管理**
+- [一次限制进程的 CPU 用量的实操过程](https://mp.weixin.qq.com/s/WQXURUChn8AZW17_Bi5plg)
+- [Docker容器里进程的 pid 是如何申请出来的?](https://mp.weixin.qq.com/s/LDu6s1eZw6_xEwfa6pMM-A) (:cn:新)
+
## 五、应用篇
- [峰值 QPS 50 万 +,性能优异的网络框架开源力作 Sogou Workflow!](https://mp.weixin.qq.com/s/clILKrOO7_XJs6uHp5hoUw)