fastdfs 连接无法释放
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了fastdfs 连接无法释放相关的知识,希望对你有一定的参考价值。
vi php.ini
...
# if use connection pool
# default value is false
# since V4.05
use_connection_pool = false
# connections whose the idle time exceeds this time will be closed
# unit: second
# default value is 3600
# since V4.05
connection_pool_max_idle_time = 3600
...
如果use_connection_pool = true
connection_pool_max_idle_time = 3600
这样连接池就会保持3600s时间,这样会导致连接无法释放
以上是关于fastdfs 连接无法释放的主要内容,如果未能解决你的问题,请参考以下文章