Re: [Twisted-Python] [ANN] bloc - group membership framework

2017-05-05 Thread Manish Tomar
Hey Glyph, On Thu, May 4, 2017 at 11:38 PM, Glyph wrote: > Thanks Manish! This README looks like a great intro. > Thanks Glyph! Considering my writing skills, this is a great compliment. > Are there any plans to extend this to something consensus-based or > Not as of now. Consensus-based exte

Re: [Twisted-Python] [ANN] bloc - group membership framework

2017-05-04 Thread Glyph
> On May 4, 2017, at 12:03 PM, Manish Tomar wrote: > > Hi all, > > I've implemented a simple single-master group membership framework on Twisted > that can be used for mutually partitioning workload among multiple nodes. > > https://github.com/manishtomar/bloc

[Twisted-Python] [ANN] bloc - group membership framework

2017-05-04 Thread Manish Tomar
Hi all, I've implemented a simple single-master group membership framework on Twisted that can be used for mutually partitioning workload among multiple nodes. https://github.com/manishtomar/bloc Please do try it out and let me know if it helps in any way. Regards, Manish __