Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.