[Rails] Hosting multiple rails apps under mod_ruby

Tim Bates tim at bates.id.au
Tue Nov 16 21:10:41 GMT 2004


Jeremy Kemper wrote:
> Daniel Hobe wrote:
> | Has anyone else solved this?
> 
> Yes!  Use FastCGI :)

Seconded. FastCGI is much more suited to a shared hosting environment 
than mod_ruby, simply because it uses a separate Ruby interpreter per 
application, rather than per server process.

Tim.

-- 
Tim Bates
tim at bates.id.au


More information about the Rails mailing list