varnishd 1.1.2 not useing epoll in kernel 2.6
王明达
wangmd0127 at gmail.com
Thu Dec 20 17:00:29 CET 2007
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!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.varnish-cache.org/lists/pipermail/varnish-misc/attachments/20071221/e593362c/attachment-0001.html>
More information about the varnish-misc
mailing list