16 Aug
2012
16 Aug
'12
2:14 p.m.
On Thu, Aug 16, 2012 at 3:37 PM, sawyer x <xsawyerx@gmail.com> wrote:
The reason you don't need restarts is because it loads everything on every request, like with CGI. That's slow and horrible. mod_perl has startup.pl[1] which helps deal with it, and on the Plack::Handler::Apache2[2] there's an example in the synopsis on handling the same thing[3].
I see well I am using what is available in the guide at http://search.cpan.org/dist/Dancer/lib/Dancer/Deployment.pod