Hello Hassan, Many traditional apps (not just Ruby/RAILS) are not designed with 3-tiered scalablity in mind. A common practice is to store app data to the file system. This is probably the number one issue with regards the the mentioned criteria. In this case the app would not be compatible in a load balanced system, unless some sort of network file storage is used. As an example of a pure 3-Tiered compatible app, Tracks is completely database driven, and can be easily scaled in an horizontal fashion.
Thanks, MT -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

