This commit is contained in:
Feng 2016-01-03 11:30:07 +08:00
parent f7946cc711
commit a7ed41110a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
ecpool is different with worker-pool libraries in that it is designed to pool connection/clients to server or database.
ecpool tries to avoid the erlang application crash when the server or dabased going down.
ecpool tries to avoid the erlang application crash when the server or database going down.
## Overview