A running example of the code from:
- http://marcio.io/2015/07/handling-1-million-requests-per-minute-with-golang
- http://nesv.github.io/golang/2014/02/25/worker-queues-in-go.html
Small refactorings made to original code:
A running example of the code from:
Small refactorings made to original code:
| package captiveportal::Controller::Root; | |
| use Moose; | |
| BEGIN { extends 'captiveportal::PacketFence::Controller::Root'; } | |
| =head1 NAME | |
| captiveportal::Controller::Root - Root Controller for captiveportal | |
| =head1 DESCRIPTION |