YAPC::Europe 2011 in Riga

YAPC::Europe 2011 “Modern Perl”

Twitter #ye2011    RSS       Log in

Plack basics - website best practices

By Leo Lapworth (‎ranguard‎) from London.pm
Date: Tuesday, 16 August 2011 16:10
Duration: 40 minutes
Target audience: Beginner
Language:
Tags: deployment framework plack web webserver

You can find more information on the speaker's site:


Plack sits between your web server (Apache, Starman, FCGI) and your framework/code (Catalyst, Dancer, Mojo, or Web::Simple or your own raw code).

This makes changing web server easy - but it also means you can use any of the generic Plack::Middleware layers, from access logs to debugging, to serving static content.

You get a standalone web server for free, which make development much easier!

I'll also briefly cover general best practices with server configuration (proxies, caches and fail over).

Attended by: