https://github.com/code-raushan/thread-pool-tcp-server
TCP server based on a thread pool implementation in Go.
https://github.com/code-raushan/thread-pool-tcp-server
go networking tcp threadpool
Last synced: 6 months ago
JSON representation
TCP server based on a thread pool implementation in Go.
- Host: GitHub
- URL: https://github.com/code-raushan/thread-pool-tcp-server
- Owner: code-raushan
- Created: 2024-07-20T14:27:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T17:54:55.000Z (almost 2 years ago)
- Last Synced: 2025-02-08T01:16:28.264Z (about 1 year ago)
- Topics: go, networking, tcp, threadpool
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Thread Pool based TCP server
- TCP server that has a thread pool based thread per client implementation that comes with rate-limiting by default.
- We can specify the number of workers.
- `go run main.go --workers 4`