fatih/pool
Connection pool for Go's net.Conn interface observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4661
- days_rel: n/a
- days_push: 2964
- n_releases_24m: 0
Adoption not part of the score
1368 stars · 288 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A thread-safe connection pool for Go's net.Conn interface that manages and reuses network connections via a channel-based pool. The project is archived and no longer maintained.
Use cases
- pool and reuse TCP connections in Go
- manage a fixed set of net.Conn connections
- limit concurrent connections to a backend service
- reuse socket connections to reduce dial overhead
When to avoid
- you need an actively maintained dependency
- you need pooling for HTTP or database connections (use standard library or driver pools instead)
Facets
library · maturity abandoned
networking concurrency networking developer-tools go cross-platform connection-pool net-conn tcp archived
5 sources
- readme: https://github.com/fatih/pool · fetched 2026-08-28 · 0ddfaef05e49
- homepage: https://godoc.org/gopkg.in/fatih/pool.v2 · fetched 2026-08-29 · db20d3dafd29
- site_page: https://pkg.go.dev/about · fetched 2026-08-29 · 757852027879
- site_page: https://pkg.go.dev/gopkg.in/fatih/pool.v2 · fetched 2026-08-29 · f8fe56efa4d1
- site_page: https://go.dev/project · fetched 2026-08-29 · d5ca00bb378b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| fatih/pool | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem