0 Replies Latest reply on Apr 9, 2012 10:37 PM by kaka11

    The NettyAcceptor maybe need a backlog parameter in the high-concurrency enviroment, what about this patch required?

    kaka11

      In my performance test in high-concurrency envioment, I found the NettyAcceptor need a backlog parameter to avoid many connections were timeout? In my test, I hacked the source code to set backlog to 8192, and adjusted related linux kernel params. What about this patch required? Thanks!