1
0
mirror of https://gitee.com/tawords/tawords-docs synced 2025-01-11 11:58:14 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
tawords-docs/docs/manual/6. 【清单 ToDo】/环境选择.md

14 lines
530 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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