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

[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 __

Re: [Twisted-Python] HTTP PUT a GET's streaming response with treq

2017-05-04 Thread Manish Tomar
Have you looked at http://treq.readthedocs.io/en/latest/howto.html#handling-streaming-responses ? Regards, Manish On Thu, May 4, 2017 at 5:04 AM, Nagy, Attila wrote: > Hi, > > I would like to copy a file between two HTTP servers in the most efficient > manner, which probably means a streaming d

Re: [Twisted-Python] txtorcon versioning

2017-04-13 Thread Manish Tomar
Hi Meejah, On Wed, Apr 12, 2017 at 1:25 PM, meejah wrote: > > Going forward, versioning will switch to a "CalVer.org" variant. If you don't mind, could you describe your reasoning behind this decision? I am always curious to learn any concrete reasons behind this. If this seems spammy to the mai

Re: [Twisted-Python] gRPC support in Twisted Python

2016-10-06 Thread Manish Tomar
On Thu, Oct 6, 2016 at 11:49 AM, Nathaniel Manista wrote: > On Thu, Sep 29, 2016 at 5:41 PM, James Broadhead > wrote: >> >> If you're planning on working on this, > > > We don't currently have plans to implement it ourselves; we're trying to > invoke the magic of open source. So far the feature r

Re: [Twisted-Python] inlineCallbacks as a blocking approximator (stylistic)

2016-10-03 Thread Manish Tomar
On Mon, Oct 3, 2016 at 8:55 PM, Oon-Ee Ng wrote: > Is this as 'good' (for the subjective readability concern) as it gets? > I'm basically going for sufficient readability that my UI code can be > read by programmers stuck in a synchronous mindset. I was on synchronous mindset before learning Twis

Re: [Twisted-Python] clientfactory cleanup slow-down (after many http requests)

2016-08-11 Thread Manish Tomar
Wow! This is the friendliest way to welcome a new Twisted programmer. Great job Glyph! :) Regards, Manish On Sat, Aug 6, 2016 at 3:51 PM, Glyph Lefkowitz wrote: > > On Aug 6, 2016, at 03:48, Randomcoder wrote: > > Hello, > > I've been working on a small Twisted program. > > > Cool, thanks for

Re: [Twisted-Python] Silverberg CQL Driver

2015-07-02 Thread Manish Tomar
Hi Jason, On Thu, Jul 2, 2015 at 12:39 PM, Jason J. W. Williams wrote: > Sorry for rewaking this thread. Finally getting around to playing with > silverberg, but having a lot of trouble getting it to talk to > Cassandra 2.1.6 (throws "unknown opcode 44" or "unknown opcode 81" > depending on wheth