tspool
Server pool
A TCP server pool implementation using worker pools to improve performance and protect the server.
tcp server pool
14 stars
1 watching
3 forks
Language: Go
last commit: about 6 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
zenthangplus/go-workerpool | A library that controls heavy Go Routines by providing a worker pool system for concurrent execution of tasks | 13 |
ivpusic/grpool | A lightweight goroutine pool for concurrent job execution. | 746 |
xxjwxc/gowp | A library that provides a concurrency limiting goroutine pool for efficient task execution and management. | 518 |
ninenines/ranch | A modular TCP acceptor pool with low latency and easy use cases. | 1,193 |
shettyh/threadpool | An efficient and scalable thread pool implementation for concurrent task execution | 102 |
vardius/worker-pool | A Go library that manages a pool of worker processes to execute tasks asynchronously in parallel. | 92 |
alitto/pond | A high-performance worker pool library for managing concurrent tasks in Go | 1,522 |
gammazero/workerpool | A concurrency limiting goroutine pool that manages task execution without blocking task submission or exceeding system resource limits. | 1,334 |
mtcp-stack/mtcp | A highly scalable user-level TCP stack for multicore systems | 2,005 |
general-cbic/poolex | A library for managing pools of worker processes in Elixir applications | 52 |
degen-lab/stacks-pools | An implementation of decentralized Stacks pools with supporting tools and smart contracts. | 0 |
jolestar/go-commons-pool | A generic object pool implementation with flexible configuration options and support for custom factories. | 1,224 |
shomali11/parallelizer | Simplifies creating multiple worker threads to execute tasks in parallel | 72 |
p2pool/p2pool | An implementation of a peer-to-peer Bitcoin mining pool in Python, providing a framework for decentralized and secure mining. | 1,149 |
rstudio/pool | Provides an object pooling mechanism to simplify management of connections in R applications. | 254 |