[
https://issues.apache.org/jira/browse/IGNITE-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Ozerov closed IGNITE-2329.
-----------------------------------
> Get rid of Iterator for selected keys in NIO server
> ---------------------------------------------------
>
> Key: IGNITE-2329
> URL: https://issues.apache.org/jira/browse/IGNITE-2329
> Project: Ignite
> Issue Type: Sub-task
> Components: general
> Reporter: Alexey Goncharuk
> Assignee: Vladimir Ozerov
> Fix For: 1.6
>
>
> Every time a NIO thread wakes up on selected keys, a new iterator is created
> since selector returns a Set.
> There is a technique that makes it possible to avoid new iterator creation,
> that is implemented in Netty.
> For details, see io.netty.channel.nio.NioEventLoop and
> processSelectedKeysOptimized method.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)