RE: beginning and testing
Mark Hedges <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <55EEF0B3C5BF2744B2248754D717EE4C28F4DC22@USASHEXMB03.LYV.LiveNation.com> |
-----Original Message----- From: Paul Johnson [mailto:[email protected]] Sent: Tuesday, October 07, 2014 12:39 PM On Tue, Oct 07, 2014 at 08:23:58AM -0500, Patton, Billy wrote: > I’m just not sure where to start. > Any recommendations would help. I'm going to give you some different, and perhaps somewhat heretical advice. You want to keep things simple. That's great. Your current application doesn't use mod_perl. So perhaps to keep things simple you don't need to now. mod_perl is a heavyweight solution. I would suggest looking at a lightweight framework instead, perhaps Dancer or Mojolicious. ... -------------------------------------------------- I disagree about mod_perl being "heavyweight," or I don't understand what you mean by the term. Using mod_perl is the lightest "weight" you can get with a Perl web application -- the fewest number of function calls between the request and the response. Mark