-
Enhancement
-
Resolution: Fixed
-
P3
-
6
-
b59
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2138799 | 5.0u10 | Alan Bateman | P4 | Resolved | Fixed | b01 |
Modern Linux kernels (>= 2.6) support the epoll(4) facility, which like the
/dev/poll facility on Solaris is a much more scalable version of the classic
poll(2) kernel call. For better performance the default selector provider on
Linux should use epoll whenever possible.
/dev/poll facility on Solaris is a much more scalable version of the classic
poll(2) kernel call. For better performance the default selector provider on
Linux should use epoll whenever possible.
- backported by
-
JDK-2138799 (se) Selectors should use epoll on Linux
- Resolved