Nginx 1.0.0 is out
nginx.org
Nginx 1.0.0 is out
1–10 of 77 posts
Re: Nginx 1.0.0 is out
#2Re: Nginx 1.0.0 is out
#3Re: Nginx 1.0.0 is out
#4The changelog: http://nginx.org/en/CHANGES
Averaged more than 2 releases a month last year with bugfixes and features.
An awesome web server.
Re: Nginx 1.0.0 is out
#5One of my favourite pieces of software, and the things you can do with Lua as a module make it an extremely flexible intelligent proxying service.
Re: Nginx 1.0.0 is out
#6Memory usage went down drastically and response times got much better.
Additionally, I personally much prefer the syntax of the nginx configuration file (though this really is a matter of taste) and it generally feels like much more of the really cool stuff is built right in (I'm looking at you, memcached module).
As such, I love nginx and I would recommend it to anybody asking me what lightweight web server to use.
Note though that the performance improvements I listed above are not as such specific to nginx: You could probably achieve the same result with any other web server that isn't also your application server. What is specific to nginx is its stability, its nice (for my taste) configuration language and the availability of really interesting modules right in the core.
Congratulations to everybody for reaching 1.0. I'm looking forward to many happy years with your awesome tool in my utility belt.
Re: Nginx 1.0.0 is out
#7Re: Nginx 1.0.0 is out
#8"Oh look, we're getting to the high 0.9's, better call the next one 1.0.0!"
Re: Nginx 1.0.0 is out
#9Lighty is about as fast and memory-friendly as nginx, but I found nginx to be more stable when dealing with FastCGI.
Re: Nginx 1.0.0 is out
#10I hadn't even considered that it wasn't at a 1.0.0 release yet! Aside from version numbers being a bit meaningless, Nginx has been an absolutely rock-solid workhorse for me for about the last 5 years. One of my favourite pieces of software, and the things you can do with Lua as a module make it an extremely flexible intelligent proxying service.