seefan / gossdb

ssdb client for go with pool surport
MIT License
131 stars 47 forks source link

连接数不够用 #41

Closed mitiger closed 6 years ago

mitiger commented 7 years ago

并发量大的情况下, 连接数会不够用 image

我已经设置了MaxPoolSize=500 感觉像是连接没有释放, 但是 我有在每个操作之后, 都去调用Close方法 image

mitiger commented 7 years ago

一开始报的错是 get client error , 跑一段时间之后,就变成Pool is busy了

seefan commented 7 years ago

这种情况是因为瞬间并发太高造成的,你可以控制一下你的并发量再试一下。get client error要看一下具体的错误原因。