12 messages in ru.sysoev.nginxRe: Nginx isn't as fast as i expect
FromSent OnAttachments
somebody nobodyAug 16, 2007 3:15 am 
Igor ClarkAug 16, 2007 3:37 am 
Igor SysoevAug 16, 2007 4:03 am 
Brice FigureauAug 16, 2007 4:20 am 
somebody nobodyAug 16, 2007 4:21 am 
somebody nobodyAug 16, 2007 4:31 am 
seun...@public.gmane.orgAug 16, 2007 4:46 am 
Brice FigureauAug 16, 2007 4:52 am 
seun...@public.gmane.orgAug 16, 2007 5:00 am 
JoeyAug 16, 2007 7:45 am 
Aleksandar LazicAug 17, 2007 1:18 am 
seun...@public.gmane.orgAug 18, 2007 11:21 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Nginx isn't as fast as i expectActions...
From:Igor Sysoev (is-G@public.gmane.org)
Date:Aug 16, 2007 4:03:19 am
List:ru.sysoev.nginx

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.