Greetings everyone, I'm trying to setup the following scenario.. I thought you all would probably have some great advise. Here's the idea:
I currently have: 1 Tomcat Web Server 1 Memcached Server 1 Postgresql database In the event that any of these services fail, my web application does not work properly. I would like to create the scenario where I have: 2 tomcat web servers 2 memcached servers 1 Postgresql database So that the memcached servers are staying in sync with each other, in a multi-master fashion. I found the tool repcached, but it is single-master, single slave. This will not work for my application. Any ideas? One more piece of information is that my Postgresql database does not currently support multi-master replication. I'm in the process of migrating to MySQL to achieve this, but that's a ways out.. so if you were thinking of that avenue, unfortunately it's not available quite yet. Your ideas are appreciated! Thanks, Kris Drebin
