Sun Feb 24 09:43:42 2013 UTC ()
Updated DESCR with more recent figures.


(imil)
diff -r1.1 -r1.2 pkgsrc/www/nginx-devel/DESCR

cvs diff -r1.1 -r1.2 pkgsrc/www/nginx-devel/DESCR (expand / switch to unified diff)

--- pkgsrc/www/nginx-devel/DESCR 2013/02/22 17:06:54 1.1
+++ pkgsrc/www/nginx-devel/DESCR 2013/02/24 09:43:42 1.2
@@ -1,10 +1,20 @@ @@ -1,10 +1,20 @@
1nginx (pronounced "engine X") is a lightweight web (HTTP) server/reverse proxy 1Nginx (pronounced engine-x) is a free, open-source, high-performance HTTP
2and mail (IMAP/POP3) proxy written by Igor Sysoev. 2server and reverse proxy, as well as an IMAP/POP3 proxy server. Igor Sysoev
 3started development of Nginx in 2002, with the first public release in 2004.
 4Nginx now hosts nearly 12.18% (22.2M) of active sites across all domains.
 5Nginx is known for its high performance, stability, rich feature set, simple
 6configuration, and low resource consumption.
3 7
4nginx has been running for more than three years on many heavily loaded Russian 8Nginx is one of a handful of servers written to address the C10K problem.
5sites including Rambler (RamblerMedia.com). In March 2007 about 20% of all 9Unlike traditional servers, Nginx doesn't rely on threads to handle requests.
6Russian virtual hosts were served or proxied by nginx. According to Google 10Instead it uses a much more scalable event-driven (asynchronous) architecture.
7Online Security Blog nginx serves or proxies about 4% of all Internet virtual 11This architecture uses small, but more importantly, predictable amounts of
8hosts, although Netcraft shows much less percent. 12memory under load.
 13Even if you don't expect to handle thousands of simultaneous requests, you can
 14still benefit from Nginx's high-performance and small memory footprint.
 15Nginx scales in all directions: from the smallest VPS all the way up to
 16clusters of servers.
9 17
10The sources are licensed under a BSD-like license. 18Nginx powers several high-visibility sites, such as Netflix, Hulu, Pinterest,
 19CloudFlare, Airbnb, WordPress.com, GitHub, SoundCloud, Zynga, Eventbrite,
 20Zappos, Media Temple, Heroku, RightScale, Engine Yard and NetDNA.