Re: Maturity of epoll implementation
- From: John Reiser <jreiserfl@xxxxxxxxxxx>
- Date: Sat, 06 Jun 2009 04:10:35 -0700
saurabhth wrote:
I would like to know the linux kernel version as of date containing
the stable release of the epoll implementation (all bug fixes
included).
[info snipped]
Thanks for the info. I presume kernel version 2.6.12 and above are the
best candidates
Consider that Red Hat Enterprise Linux has a popular, still-supported version
that is based on linux-2.6.9; other supported versions are based on kernels
that are more recent. Current glibc (including ld-linux.so.2) also has
version-dependent code that triggers on LD_ASSUME_KERNEL=2.6.9. So if your
target audience includes these users, then it would be appropriate to test
on a current system with "export LD_ASSUME_KERNEL=2.6.9", and also to test
on a system that actually uses such an old kernel.
--
.
- References:
- Maturity of epoll implementation
- From: saurabhth
- Re: Maturity of epoll implementation
- From: John Reiser
- Re: Maturity of epoll implementation
- From: David Schwartz
- Re: Maturity of epoll implementation
- From: John Reiser
- Re: Maturity of epoll implementation
- From: saurabhth
- Maturity of epoll implementation
- Prev by Date: Re: Ideas required for usage of sockets API for efficient network programs
- Next by Date: USB external harddisk control?
- Previous by thread: Re: Maturity of epoll implementation
- Next by thread: A self-check routine for x86 PC running GNU/Linux (or Windows)
- Index(es):
Relevant Pages
|