From: Adrian Ulrich (no email)
Date: Wed May 02 2007 - 03:24:54 EDT
James:
> Some final thoughts on epoll. Unfortunately, the latest distro of
> Slackware (11) is in the same boat...no epoll support in glibc.
This is not true. Slackware 11 has epoll support while running a 2.6
kernel.
Libc used with Linux 2.6:
# strings /lib/tls/libc.so.6 |grep -i epoll |grep fail
Libc used with Linux 2.4:
# strings /lib/libc.so.6 |grep -i epoll |grep fail
warning: epoll_create is not implemented and will always fail
warning: epoll_ctl is not implemented and will always fail
warning: epoll_wait is not implemented and will always fail
--
RFC 1925:
(11) Every old idea will be proposed again with a different name and
a different presentation, regardless of whether it works.
|
|
|