Hi,
We have two thread context switches in MINA, SocketIOProcessor Worker Thread to Handler Thread (read) and Handler to SocketIOProcessor (write). Am I supposing it right? This may have increased the latency of the request. Can we avoid the second thread context switch by writing to the raw socket, instead of putting it in the IO Processors Queue? Is it correct thing to do, to improve latency? Please Advice Thanks in Advance Regards, Yogs -- View this message in context: http://www.nabble.com/Two-Thread-context-switches-in-MINA-tf3481740.html#a9718391 Sent from the mina dev mailing list archive at Nabble.com.
