Does Ruby-on-rails require sticky sessions?
Are they any scenerios where a user HAS to be using the same server ?
Can the ORM handle multiple db's or does it have a session like hibernate?
Meaning, can I have a single installation of the web application, yet have all my clients run on their own instance of mysql or their own seperate mysql database?