Hello, We are testing our distributed app on Mina by ruinning 512 threads per machine simulating concurrent access by many users. At sturtup, Mina opens only 808 sessions while we have 2048 threads in total.
When a thread is unable to open a session it waits. When others finish it is able to open a session. I wonder how to raise this limit and why is it 808? Antonio