[Mono-list] C# Quorum over IP Pattern

sideout alecl at alecl.com
Fri Feb 20 22:11:21 EST 2009


I have 6 machines.  I'm interested in implementing a system where only one
node can possibly be active doing a particular task at a time.  If that node
becomes unresponsive or disconnects from the rest, it should lose the
ability to continue doing work (important because it may still actually we
working, just not able to communicate over the network) and another node
should be elected active and begin work again.  This is how a 
http://www.windowsnetworking.com/articles_tutorials/Cluster-Quorums.html
server cluster  is implemented.

I was wondering if there are any open source frameworks or examples for
this.  Ideally well tested and peer reviewed.  If not at least a well
thought out paper explaining the theory and possible implementation.

I could invent my own, but I may not think of everything the first time
around nor is it efficient to re-invent the wheel.
-- 
View this message in context: http://www.nabble.com/C--Quorum-over-IP-Pattern-tp22132385p22132385.html
Sent from the Mono - General mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20090220/d3f70c6b/attachment.html 


More information about the Mono-list mailing list