找回密码
 立即注册
NginxtheApacheepoll | vc书籍 2022-06-15 181 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
最近,质保部正计划做Portal性能测试。考虑到G家统计局项目前期规划2000多个并发PV时,静态文件压力将超过10000。
根据 Nginx 的介绍,Nginx 的性能将比 Apache 提高 100%。原因:
感谢 Nginx 使用最新的 epoll(Linux 2.6 内核)和 kqucue(freebsd)网络 I/О 模型,而 Apache 使用传统的 select 模型。目前在L.inux下能承受高并发访问的Squid和Memcached都采用epoll网络I/O模型。

(Recently, the quality assurance department is planning to conduct portal performance test. Considering that the National Bureau of Statistics plans more than 2000 concurrent PVs in the early stage of the project, the static file pressure will exceed 10000.
According to the introduction of nginx, the performance of nginx will be 100% higher than that of Apache. reason:
Thanks to nginx for using the latest epoll (Linux 2.6 kernel) and kqucue (FreeBSD) network I/ О  Model, while Apache uses the traditional select model. At present, squid and memcached, which can withstand high concurrent access under l.inux, adopt epoll network i/o model.)

[下载]16124688154.rar




上一篇:[文档]MySQL性能调优与架构设计(不错).pdf
下一篇:[文档]Spring_MVC_教程_快速入门_深入分析V1.1.pdf