Plack roundup at SF.pm
Miyagawa has posted up a screencast of his recent PSGI/Plack talk at SF.pm. I highly recommend it if you’re still getting your head round the whole PSGI/Plack thing or you want to watch a nice recap of recent developments.
I got a kick out of seeing Miyagawa pull up my blog post on PlebGUI in response to someone’s question about porting mod_perl applications (e.g. apps that pass around an Apache $r object) to Plack. For the sake of the guy who asked the question, the way I did it (at least for the first pass) should be equally viable for other mod_perl applications – just create a fake Apache $r object that delegates everything to Plack::Request and Plack::Response (your mileage will obviously vary depending on how much of the mod_perl API your app uses).

Post a comment