Skip to content

Commit

Permalink
add arch
Browse files Browse the repository at this point in the history
  • Loading branch information
yushaolong committed Jun 27, 2022
1 parent ab6334c commit e67e585
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# gopool
A golang universal connection pool.

### Features:
### 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

<center>
<img src="https://github.com/yushaolong7/gopool/blob/main/doc/arch.png">
</center>

### Installation
```shell
go get -u https://github.com/alwaysthanks/gopool
Expand Down
Binary file added doc/arch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e67e585

Please sign in to comment.