Skip to content

yushaolong7/gopool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gopool

A golang universal connection pool.

Features

  • 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

Architecture

Installation

go get -u https://github.com/alwaysthanks/gopool

Examples

see demo

Todo

  • Support dynamic update addr list

About

A golang universal connections pool.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages