diff options
author | imil <imil@pkgsrc.org> | 2013-02-24 09:43:42 +0000 |
---|---|---|
committer | imil <imil@pkgsrc.org> | 2013-02-24 09:43:42 +0000 |
commit | e1e5442067d189f68a19795789bfc73b9046a894 (patch) | |
tree | 6d08cf181db1d234b81c3fe8263fc5c19ef3ce6f | |
parent | 5557016231c7fd2aaecdf166b5f10b394da4ea6d (diff) | |
download | pkgsrc-e1e5442067d189f68a19795789bfc73b9046a894.tar.gz |
Updated DESCR with more recent figures.
-rw-r--r-- | www/nginx-devel/DESCR | 26 | ||||
-rw-r--r-- | www/nginx/DESCR | 26 |
2 files changed, 36 insertions, 16 deletions
diff --git a/www/nginx-devel/DESCR b/www/nginx-devel/DESCR index 8c79764c22c..9b4c22585f9 100644 --- a/www/nginx-devel/DESCR +++ b/www/nginx-devel/DESCR @@ -1,10 +1,20 @@ -nginx (pronounced "engine X") is a lightweight web (HTTP) server/reverse proxy -and mail (IMAP/POP3) proxy written by Igor Sysoev. +Nginx (pronounced engine-x) is a free, open-source, high-performance HTTP +server and reverse proxy, as well as an IMAP/POP3 proxy server. Igor Sysoev +started development of Nginx in 2002, with the first public release in 2004. +Nginx now hosts nearly 12.18% (22.2M) of active sites across all domains. +Nginx is known for its high performance, stability, rich feature set, simple +configuration, and low resource consumption. -nginx has been running for more than three years on many heavily loaded Russian -sites including Rambler (RamblerMedia.com). In March 2007 about 20% of all -Russian virtual hosts were served or proxied by nginx. According to Google -Online Security Blog nginx serves or proxies about 4% of all Internet virtual -hosts, although Netcraft shows much less percent. +Nginx is one of a handful of servers written to address the C10K problem. +Unlike traditional servers, Nginx doesn't rely on threads to handle requests. +Instead it uses a much more scalable event-driven (asynchronous) architecture. +This architecture uses small, but more importantly, predictable amounts of +memory under load. +Even if you don't expect to handle thousands of simultaneous requests, you can +still benefit from Nginx's high-performance and small memory footprint. +Nginx scales in all directions: from the smallest VPS all the way up to +clusters of servers. -The sources are licensed under a BSD-like license. +Nginx powers several high-visibility sites, such as Netflix, Hulu, Pinterest, +CloudFlare, Airbnb, WordPress.com, GitHub, SoundCloud, Zynga, Eventbrite, +Zappos, Media Temple, Heroku, RightScale, Engine Yard and NetDNA. diff --git a/www/nginx/DESCR b/www/nginx/DESCR index 8c79764c22c..9b4c22585f9 100644 --- a/www/nginx/DESCR +++ b/www/nginx/DESCR @@ -1,10 +1,20 @@ -nginx (pronounced "engine X") is a lightweight web (HTTP) server/reverse proxy -and mail (IMAP/POP3) proxy written by Igor Sysoev. +Nginx (pronounced engine-x) is a free, open-source, high-performance HTTP +server and reverse proxy, as well as an IMAP/POP3 proxy server. Igor Sysoev +started development of Nginx in 2002, with the first public release in 2004. +Nginx now hosts nearly 12.18% (22.2M) of active sites across all domains. +Nginx is known for its high performance, stability, rich feature set, simple +configuration, and low resource consumption. -nginx has been running for more than three years on many heavily loaded Russian -sites including Rambler (RamblerMedia.com). In March 2007 about 20% of all -Russian virtual hosts were served or proxied by nginx. According to Google -Online Security Blog nginx serves or proxies about 4% of all Internet virtual -hosts, although Netcraft shows much less percent. +Nginx is one of a handful of servers written to address the C10K problem. +Unlike traditional servers, Nginx doesn't rely on threads to handle requests. +Instead it uses a much more scalable event-driven (asynchronous) architecture. +This architecture uses small, but more importantly, predictable amounts of +memory under load. +Even if you don't expect to handle thousands of simultaneous requests, you can +still benefit from Nginx's high-performance and small memory footprint. +Nginx scales in all directions: from the smallest VPS all the way up to +clusters of servers. -The sources are licensed under a BSD-like license. +Nginx powers several high-visibility sites, such as Netflix, Hulu, Pinterest, +CloudFlare, Airbnb, WordPress.com, GitHub, SoundCloud, Zynga, Eventbrite, +Zappos, Media Temple, Heroku, RightScale, Engine Yard and NetDNA. |