Skip to main content

No True "mod_ruby" Is Damaging Ruby's Viability On The Web

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

URL Tag Cloud

Bookmark History

Saved by 2 people (0 private), first by anonymouse user on 2008-01-18


Public Comment

on 2008-01-18 by ratbeard

Great comments about how to deploy rails applications.  The shared hosting situation sounds pretty grim :/


Public Sticky notes

he reason is that applications built around these frameworks tend to expose themselves directly via HTTP daemons, using libraries such as Mongrel or WEBrick, and then requests from Web servers like Apache need to be proxied through to them, but this feels like a hackish workaround to the fact we lack a proper "mod_ruby."

Highlighted by harryli

) Is there / why isn't there a version of mod_ruby that doesn't have the "class sharing" issue? What is the technical impediment?

2) Is there any immutable reason that Ruby apps couldn't, in the future, be deployed in a PHP-esque fashion?

Highlighted by harryli