[dancer-users] Deploying a Dancer app with perlbrew under Apache

David Cantrell david at cantrell.org.uk
Wed May 7 11:49:46 BST 2014


On Tue, May 06, 2014 at 11:49:15AM -0600, Warren Young wrote:
> On 5/6/2014 05:36, David Cantrell wrote:
> >If it's only used once a week it won't stay loaded in memory, it'll get
> >swapped out if there are other tasks that need the memoryi or bits of
> >the filesystem to cache. Reading it back from swap will be no slower
> >than CGI.
> Reading from cache skips the parsing and require/use resolution steps. 
> The savings from compiling Dancer into the intermediate form alone 
> should be worthwhile.
> 
> ...
> 
> Half a second of page load latency is quite noticeable.

Noticeable, but of no consequence if you're using it so seldom that the
application gets swapped out.

-- 
David Cantrell | Enforcer, South London Linguistic Massive

  "Cynical" is a word used by the naive to describe the experienced.
      George Hills, in uknot


More information about the dancer-users mailing list