On Fri, Oct 3, 2008 at 4:25 PM, Phil Carmody <[EMAIL PROTECTED]> wrote:
> I presume that all hosting services which offer LAMP do so via virtual 
> machines then, or via Apache 2.

No, they typically just offer CGI.  This is not an issue with CGI
because you're spawning a whole new Perl interpreter for every
request.  For mod_perl or FastCGI you need to use one of the
suggestions in this thread.

- Perrin

Reply via email to