Skip to content

Instantly share code, notes, and snippets.

@keisatou
Last active December 28, 2015 21:59
Show Gist options
  • Save keisatou/7567987 to your computer and use it in GitHub Desktop.
Save keisatou/7567987 to your computer and use it in GitHub Desktop.
#
# Server starter
#
# Server::Starter
http://dl.dropboxusercontent.com/u/224433/plackcon/index.html#14
#
# Performance
#
# Measure performance (Profiling)
## Devel::NYTProf
http://dl.dropboxusercontent.com/u/224433/plackcon/index.html#26
http://gihyo.jp/dev/serial/01/perl-hackers-hub/001702
#
# Plack::Middleware::*
#
# Logging
## Plack::Middleware::AxsLog
http://dl.dropboxusercontent.com/u/224433/plackcon/index.html#9
# ReverseProxy
## Plack::Middleware::ReverseProxy
http://dl.dropboxusercontent.com/u/224433/plackcon/index.html#11
http://blog.nomadscafe.jp/2012/01/plackmiddlewarereverseproxy.html
http://blog.nomadscafe.jp/2012/12/plackmiddlewarereverseproxy-ip.html
# Monitoring
## Plack::Middleware::ServerStatus::Lite
Monitors total number of worker processes (for Prefork server)
http://dl.dropboxusercontent.com/u/224433/plackcon/index.html#17
# Troublesooting
## Plack::Middleware::MemoryUsage
Investigate on memory leak. Shows Memory Usage per pakcage.
http://dl.dropboxusercontent.com/u/224433/plackcon/index.html#24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment