I see. But according to Scalable Java I/O, I think using a reactor pattern
and SEDA will help improve the performance.
As far as I know, the Listener interface is acting as a reactor, using
NioAcceptor provided by MINA, but the rest of the work except the network
handling are excuted in the thread pool. But the excution model is still the
first model in Scalable Java I/O. Any improvements can be done?

Reply via email to