Merge pull request #2934 from wyangsun/patch-1

翻译中20150612 Inside NGINX--How We Designed for Performance and Sca…
This commit is contained in:
ictlyh 2015-06-15 16:59:29 +08:00
commit 61564ad94b

View File

@ -1,3 +1,4 @@
wyangsun 申领
Inside NGINX: How We Designed for Performance & Scale
================================================================================
NGINX leads the pack in web performance, and its all due to the way the software is designed. Whereas many web servers and application servers use a simple threaded or process-based architecture, NGINX stands out with a sophisticated event-driven architecture that enables it to scale to hundreds of thousands of concurrent connections on modern hardware.