hello,
I install varnishd 1.1.2 in Red Hat AS4.4(kernel: 2.6.9-42.ELsmp). I'm very
strange, it doesn't useing epoll. That's the output of my configure and
strace:
checking for strvisx... no
checking for daemon... yes
checking for clock_gettime... yes
checking for kqueue... no
checking for epoll_ctl... yes
checking for poll... yes
checking whether SO_RCVTIMEO works... yes
writev(9, [{"200 15 \n", 13}, {"PONG 1198165652", 15}, {"\n", 1}], 3) =
29
poll([{fd=10, events=POLLIN, revents=POLLIN}], 1, 5000) = 1
read(10, "ping\n", 4096) = 5
time(NULL) = 1198165655
writev(9, [{"200 15 \n", 13}, {"PONG 1198165655", 15}, {"\n", 1}], 3) =
29
poll([{fd=10, events=POLLIN, revents=POLLIN}], 1, 5000) = 1
read(10, "ping\n", 4096) = 5
time(NULL) = 1198165658
Regards!
_______________________________________________
varnish-misc mailing list
[email protected]
http://projects.linpro.no/mailman/listinfo/varnish-misc