nginx-0.7.52

Igor Sysoev is at rambler-co.ru
Mon Apr 20 21:02:18 MSD 2009


On Mon, Apr 20, 2009 at 04:42:12PM +0200, Joaquin Cuenca Abela wrote:

> 2009/4/20 ????????? <www at lc365.net>:
> >> Changes with nginx 0.7.52 20 Apr 2009
> >>
> >> *) Feature: the first native Windows binary release.
> >>
> >
> > A really good news for me. I'm  waiting for it for a long time.
> >
> > I think many people will try to use native Windows binary, although they did
> > not say something about this like me.
> 
> Indeed, does it make use of IOCP? is it supposed to be reasonably high
> performance?

No, currently it uses select(), therefore it would be slow and
noscaleable. "We call it BETA as it's better than nothing".
The next step will be IOCP with single thread, then with several threads:
currently nginx is designed as single thread application, so
it's required to set mutexes and locks in various places.

BTW, could someone run the simple small static file benchmark for
nginx/Windows, nginx/Cygwin, Apache2 and IIS (from another host):

ab -n 1000 -c 1 ...
ab -n 1000 -c 10 ...
ab -n 1000 -c 1 -k ...

?


-- 
Igor Sysoev
http://sysoev.ru/en/





More information about the nginx mailing list