ZY
ZY
any other details? don't agree. ConnectionPools.close_idle_connections() will close other client's(or pool) socket when one client object initialization.
Which version of Tornado you are using? It already added a hook function in autoload module: _close_all_fds, at least in the version 2.3.0.
@jehiah hey jehiah, do you have plan to review and merge this patch soon? Thanks.
@mrjoes thanks for comment. In my testing, connection pool will improve the performance when transfer large-byte data. Statistical data as below:  We can see that 20-50% increase in TPS...