Feb. 12, 2013
7:07 p.m.
On 12 February 2013 18:20, Paul DeBruicker <pdebruic@gmail.com> wrote:
You might look at
if you haven't. Its a python distributed object store that uses Paxos to ensure enough identical copies are preserved across machines. Instead of passing objects the messages sent to objects are sent to enough machines so that there is a quorum that have identical state. If one machine does down a replacement has the objects loaded via serialization. But most of the time its just sending messages around. Or something like that.
And with OpenQwaq's Smalltalk-Python bridge you might even be able to pretend it's Smalltalk turtles all the way down, without having to attempt to re-implement Paxos? frank