Hi,
I add pool & then remove connection. Then it will increase the number of Abort client count in mysql status. Why is that ? Seems emysql:remove_pool not working as expected.
Br,
Shehan
here is the sample code:
case emysql:add_pool(db_conn_temp, Size, User, Password, Host, Port, Database, Encoding) of
ok ->
emysql:remove_pool(db_conn_temp);
_->
ok
end.
Aborted clients - The number of connections that were aborted because the client died without closing the connection properly.