-
Notifications
You must be signed in to change notification settings - Fork 0
zongwb/connpool
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A simple connection pool implemented in Golang. It maintains two pools internally. The base pool will not shrink in size, and the expanded pool will shrink if connections are not used for some time. This is useful when the backend (e.g. MySQL server) kills inactive connections. This implementation can be easily generalized into a resource pool. The necessary changes should be obvious when reading the code.
About
A simple connection pool in Golang
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published