[ https://issues.apache.org/jira/browse/HARMONY-4879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexei Zakharov reassigned HARMONY-4879:
----------------------------------------
Assignee: Alexei Zakharov
> [classlib][nio] epoll-based Selector
> ------------------------------------
>
> Key: HARMONY-4879
> URL: https://issues.apache.org/jira/browse/HARMONY-4879
> Project: Harmony
> Issue Type: Improvement
> Components: Classlib
> Environment: Linux
> Reporter: Aleksey Shipilev
> Assignee: Alexei Zakharov
> Attachments: 2000-all.png, 2000-best.png, run.sh, selectnow.java, selectors-epoll-2.patch,
selectors-epoll-3.patch, selectors-epoll-4.patch, selectors-epoll-5.patch, selectors-epoll-6.patch
>
>
> As the part of Linux Scalability Project, kernel developers had implemented the epoll()
I/O multiplexing facility (http://lse.sourceforge.net/epoll/index.html), which scales much
better than legacy poll() and select(). Attached patch implements epoll() support for java.nio.channels.Selector,
which can be turned on with option:
> -Djava.nio.channels.spi.SelectorProvider=org.apache.harmony.nio.internal.EpollSelectorProviderImpl
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|