PA [email protected] 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.