A golang universal connection pool.
- Using arrays instead of channels to improve performance
- Automatically detect live server nodes and remove them dynamically
- Support timeout to obtain connection instead of continuous blocking
- Perfect monitoring mechanism
go get -u https://github.com/alwaysthanks/gopool
see demo
- Support dynamic update addr list