[Catalyst] Catalyst on shared hosting
    Perrin Harkins 
    perrin at elem.com
       
    Wed Dec 21 18:07:08 CET 2005
    
    
  
On Wed, 2005-12-21 at 14:13 +0000, Carl Franks wrote:
> Each script running under fastcgi has it's own process, so you don't
> have the same security issues as mod_perl. You can also have different
> programs loading different versions of the same perl module, again a
> problem under mod_perl.
You would typically handle this by running separate instances of
mod_perl for the different versions.  It's more work than FastCGI
though.
There isn't much reason to use hosts that only offer virtual server
setups anymore, now that ISPs offer virtual machines with root access
for such low prices.  People who don't have dedicated hardware should
consider using one of those and running mod_perl or FastCGI rather than
trying to make CGI or the pure-perl server fast enough.
- Perrin
    
    
More information about the Catalyst
mailing list