apache-mina-2.0.13-src
HI:
At org.apache.mina.core.polling.AbstractPollingIoProcessor class line 1069,when 
selected is zero We have to destroy the selector, and register all the socket 
on a new one to fix 100%  CPU bug. I think there has many case what the 
Selector is zero. The Channel has some data that be not readed, or the Iterator 
of selector.keys() not to be cleared. May be at line 1094 "if (selected > 0)" 
changed to "if (selected >= 0)" is better ? 
Sorry, my english is very bad.

Reply via email to