https://github.com/vkuznet/gomil
Go implementation of pool of workers for http server
https://github.com/vkuznet/gomil
Last synced: about 1 month ago
JSON representation
Go implementation of pool of workers for http server
- Host: GitHub
- URL: https://github.com/vkuznet/gomil
- Owner: vkuznet
- Created: 2016-11-04T21:28:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-10T14:45:53.000Z (over 8 years ago)
- Last Synced: 2025-02-10T01:41:26.740Z (3 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gomil
Go implementation of pool of workers for http server based on
"Handling 1 Million Requests per Minute with Go"
[blog](http://marcio.io/2015/07/handling-1-million-requests-per-minute-with-golang)It also shows usage of [go-metrics](https://github.com/rcrowley/go-metrics), see
more docs [here](http://metrics.dropwizard.io/3.1.0/getting-started) within
web server.