1
0
mirror of https://gitee.com/tawords/tawords-docs synced 2025-09-02 07:53:28 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

2021.08.06

This commit is contained in:
2021-08-06 20:21:28 +08:00
commit 77b4045582
111 changed files with 5713 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
### Nginx相对于Apache
#### Nginx相对于Apache的优点
- 轻量级比apache占用更少的内存及资源
- 抗并发nginx处理请求是异步非阻塞的而apache则是阻塞型的在高并发下nginx 能保持低资源低消耗高性能
- 高度模块化的设计,编写模块相对简单
- 社区活跃,各种高性能模块出品迅速
#### Apache相对于Nginx的优点
- rewrite比nginx强大
- 动态页面
- 模块多,基本想到的都可以找到
- 少bugnginx的bug相对较多