in reply to Re: Unable to preload Data::Dumper with mod_perl
in thread Unable to preload Data::Dumper with mod_perl
I'm definitely open to trying something new under the hood. Thanks! For now, I was more interested in having fun developing my own little web framework to see what was involved (using jQuery Mobile as a front end). I was going to kick the tires of Dancer to see what it can do for me. I'll try it with nginx per your suggestion. So can you give me a rough idea of how it works? Can I store all the Perl modules in memory like with mod_perl? If not, how does it achieve results on par with mod_perl?
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Unable to preload Data::Dumper with mod_perl
by Your Mother (Archbishop) on Dec 04, 2017 at 23:39 UTC |