Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vkuznet/gomil
Go implementation of pool of workers for http server
https://github.com/vkuznet/gomil
Last synced: 30 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-10T14:45:53.000Z (about 8 years ago)
- Last Synced: 2024-10-30T06:27:33.352Z (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.