KodeKabuki

Welcome, my name is Harish Mallipeddi. I work for Amazon Web Services (AWS). This blog is mostly a dump of interesting articles that I come across on the web. Topics span across multiple areas including algorithms/datastructures, NoSQL stores, database internals, web-scale challenges, and functional languages.

May 19, 2009 at 9:12am

Home

The app slaves will monitor the health of the app master and if the master fails, the slaves will use a quorum vote in order for one of them to get a lock. The slave that gets the lock will steal the IP address, become the new master and will kill the old master server.

— 

InfoQ: Flex: Engine Yard’s New Cloud Offering

Interesting approach to load-balancing instead of the usual “1 master + 1 failover-master + N slaves” setup.