Re: [Twisted-Python] How do you determine the buffer size of a transport - a use-case for not using back pressure

2016-09-28 Thread Glyph Lefkowitz
Hi Steve, It looks like I had marked this message as interesting and warranting a reply, but never got around to it. I'm sorry it's been quite a while! I appreciate the amount of research you did here :-). > On Aug 17, 2016, at 3:43 PM, Steve Morin wrote: > > Twisted Community > > Problem:

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

2016-09-28 Thread Werner Thie
On 9/28/16 9:13 AM, Nursimulu, Khen wrote: Thanks Glyth for the prompt response. On Sep 28, 2016, at 6:13 AM, Nursimulu, Khen mailto:knurs...@ciena.com>> wrote: Is there a plan (or an implementation) to support gRPC within Twisted Python? My understanding is that gRPC is built u

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

2016-09-28 Thread Nursimulu, Khen
Thanks Glyth for the prompt response. From: on behalf of Glyph Lefkowitz Reply-To: "twisted-python@twistedmatrix.com" Date: Wednesday, September 28, 2016 at 2:15 PM To: "twisted-python@twistedmatrix.com" Subject: Re: [Twisted-Python] gRPC support in Twisted Python On Sep 28, 2016, at 6:13 A

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

2016-09-28 Thread Glyph Lefkowitz
> On Sep 28, 2016, at 6:13 AM, Nursimulu, Khen wrote: > Is there a plan (or an implementation) to support gRPC within Twisted Python? > My understanding is that gRPC is built using Futures and creates its own > threads for all its event handling. There is also a gRPC Python package > (grpc

[Twisted-Python] gRPC support in Twisted Python

2016-09-28 Thread Nursimulu, Khen
Hello, Is there a plan (or an implementation) to support gRPC within Twisted Python? My understanding is that gRPC is built using Futures and creates its own threads for all its event handling. There is also a gRPC Python package (grpcio 1.0.0) that is available for python 2.7.In order t