Re: Thread "stealing" between sessions under high load breaks message order

2016-11-22 Thread Emmanuel Lécharny
Le 22/11/16 à 21:33, Guillermo Gonzalez a écrit : > Hi, > > Just wanted to share an issue I'm facing for which I can't find any obvious > solutions. > > I have a proxy based on MINA. It has both a NioSocketAcceptor and a > NioSocketConnector (both TCP). The flow is as follows: > > 1. Users arrive

Thread "stealing" between sessions under high load breaks message order

2016-11-22 Thread Guillermo Gonzalez
Hi, Just wanted to share an issue I'm facing for which I can't find any obvious solutions. I have a proxy based on MINA. It has both a NioSocketAcceptor and a NioSocketConnector (both TCP). The flow is as follows: 1. Users arrive through the Acceptor 2. Their messages are processed by a filter c