Nginx isn't as fast as i expect
Igor Sysoev
is at rambler-co.ru
Thu Aug 16 15:03:42 MSD 2007
On Thu, Aug 16, 2007 at 12:16:12PM +0200, somebody nobody wrote:
> i have tested nginx and apache with the "ab" tool. This is my results:
>
> Apache:
> Requests per second: 6058.62 [#/sec]
>
>
> Nginx:
> Requests per second: 1170.02 [#/sec]
>
> this is my nginx.conf:
> events {
> worker_connections 512;
> use eventport; #sol 10+
Try
use /dev/poll;
Solaris 10 event ports has bugs.
--
Igor Sysoev
http://sysoev.ru/en/
More information about the nginx
mailing list