Re: one question with max connections

2016-02-17 Thread Jon V.
Probably creating the connections too quickly? make the TCP backlog larger. Default is 10 I believe; I use 100 in production. On Wed, Feb 17, 2016 at 6:44 AM, Liu, Li (Nokia - CN/Hangzhou) < li@nokia.com> wrote: > Hi Mina > > I try to use Mina to handle multiple TCP’s connections > > But

Re: one question with max connections

2016-02-17 Thread Emmanuel Lécharny
Le 17/02/16 12:44, Liu, Li (Nokia - CN/Hangzhou) a écrit : > Hi Mina > > I try to use Mina to handle multiple TCP's connections > > But there are some connections that cannot be handled by Mina under lots of > connections was opened as below : > Eg, I try to open 400 TCP's connections, there are