I would think that the benefit over FastCGI only comes in a few cases -- if you have _lots_ of CGIs on the system that only get called rarely, then there isn't the memory overhead for each individual script (and all of its included modules, etc.)

It's possible that there might also be a benefit to hosting companies in terms of supporting it ... like when a script starts going wonky and you have to explain how they've not bothered initializing their variables to zero / empty / whatever, or something else is sticking around and not getting cleaned up. (memory leaks, accidental closures, etc.)

As for the performance benefit over pure CGI -- I'm guessing that it only comes if the cost of reinitializing the interpreter is cheaper than loading in the first place -- if they can get the reinitializing cost down, then they'll improve performance of systems using this module.


In reply to Re^2: What is mod_perlite? by jhourcle
in thread What is mod_perlite? by Scott7477

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.