Yitzhak Bar Geva wrote:
> Let's say we had to go it on our own, could you or anyone else
> recommend the quicky recipe I'm seeking?

Doing a Google search for "mysql heartbeat" should yield some candidate 
results.
Generally:

 1. Set up a master/master MySQL configuration on two nodes as usual. 
Let one node use even numbers for autoincrements, the other one odd 
numbers.

 2. Set up Heartbeat to float a single IP address between the two nodes.

 3. Have the Rails application connect to the floating IP address.

--
Roderick van Domburg
http://en.railscluster.nl
-- 
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 rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to