ZY

Results 4 comments of 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: ![8545cedc-378e-44b4-9fd6-4633d9d57150](https://cloud.githubusercontent.com/assets/690619/2781436/e11cabec-cb13-11e3-858f-e0e28a182ce7.png) We can see that 20-50% increase in TPS...