From: Christian Neukirchen Date: 2006-01-25T22:17:47+09:00 Subject: Re: [ANN] Mongrel 0.1.1 -- A Fast Ruby Web Server (It Works Now, Maybe) PA writes: > On Jan 24, 2006, at 16:43, gabriele renzi wrote: > >> Hey, that was cool. Any chance yo see how would they run with -c 10? > > [lighttpd] > % lighttpd -v > lighttpd-1.4.9 - a light and fast webserver > % ab -n 10000 -c 10 http://localhost:8888/test.txt > Called sick today (fdevent.c.170: aborted) Try adding this to lighttpd.conf: server.event-handler = "freebsd-kqueue" The default handler "poll" is extremely unstable on OS X 10.3. -- Christian Neukirchen http://chneukirchen.org