<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jan 7, 2015 at 10:23 PM, Dean Hamstead <span dir="ltr"><<a href="mailto:dean@fragfest.com.au" target="_blank">dean@fragfest.com.au</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><u></u>
<div style="font-family:Verdana,Geneva,sans-serif">
<p>I disagree that its legacy tech... just that other methods of page generation have proved more popular/robust.</p></div></blockquote><div><br></div><div>I meant legacy in the sense that I wouldn't recommend starting a new project using mod_perl. It works fine and will continue to be supported for quite some time I imagine. At $work our apps run on mod_perl, though I've toyed with the idea of using Plack::App::CGIBin [1] to switch to a Plack-based app server for easier debugging and deployment.</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div style="font-family:Verdana,Geneva,sans-serif"><p>To quote mst on his world-famous-ish mstpan series...</p>
<p>"Look. mod_perl was written as a means to write apache modules in perl. It's awesome at that. Seriously. You can do some truly batshit insane things that way and segfault a lot less than you would trying to do them in C... But... You don't want your application mashed into your web server. You really don't." <a href="http://shadow.cat/blog/matt-s-trout/mstpan-2/" target="_blank">http://shadow.cat/blog/matt-s-trout/mstpan-2/</a></p>
<p>mod_perl is great to inserting custom functionality to random parts of the web server, like authentication or logging or something.</p>
<p>I used to create apps integrating straight with mod_perl as handlers via Apache2::Request etc. They are great on memory but terrible to debug.</p></div></blockquote><div>I haven't done any mod_perl development recently which uses any functionality other than the request (?) phase. Recently as in at least a decade.</div><div><br></div><div>Thanks,</div><div>Drew</div><div><br></div><div><div>[1] <a href="https://metacpan.org/pod/Plack::App::CGIBin">https://metacpan.org/pod/Plack::App::CGIBin</a></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div style="font-family:Verdana,Geneva,sans-serif"></div></blockquote></div></div></div></div>