Hi: I am evaluating mina to replace our home grown networking layer. It is really a fabulous framework. Even though in Mina we have the ability to use a thread pool to execute the business logic , the read and writes are performed by the SocketIoProcessor threads. The business logic threads just does async write using the corresponding session.write methods. Is there a way to increase the write throughput when a SingleIoProcessor is handling 1000's of connections.
Thanks for the help Sriram -- View this message in context: http://www.nabble.com/Increasing-write-throughput-of-SocketIOProcessor-tf4727074s16868.html#a13516017 Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.
