search for: rubyonrailscamp

Displaying 1 result from an estimated 1 matches for "rubyonrailscamp".

2006 Nov 13
2
Rails Camp Scaling Session notes
Here are some notes from the scalability session of last week''s Rails camp. They were entered by another session participant and are posted at: http://www.rubyonrailscamp.com/10%3A15%2Bsession%2B-%2Bscaling The key points from my point of view: - the Ruby VM is sketchy, rather like the Java VM around 1997 - the single threaded nature of Rails dispatch handling means we may incur a big memory/hardware hit, for example if pages depend on remote services with varyin...