Re: [Twisted-Python] Twisted Web at 630k reqs/sec

2015-11-11 Thread Tobias Oberstein
Those are some nice numbers, to be sure! Twisted really benefits from running in a pypy vm. I have read that pypy still doesn’t optimize old-style classes as efficiently as new-style classes; I wonder if there would be any meaningful change in the metrics if resource.Resource was a new-style

[Twisted-Python] Conch SSH client dropping support for non/pre RFC 4419 clients

2015-11-11 Thread Adi Roiban
Hi, I just want to let you know about a future change in the SSH client implementation. Full details https://twistedmatrix.com/trac/ticket/8100 Basically in order to work with OpenSSH version 6.9 and newer we will break support for very old (2004-2006) SSH servers which do not support RFC 4419

[Twisted-Python] Migration to Git / GitHub

2015-11-11 Thread Adi Roiban
Hi, So I am bringing this to the list for a greater audience and to reach all borders and timezones :) I think that most people agree that Twisted should get rid of SVN and move to Git. General rules by Glyph as they were sent to me :) Development can't stop, the website can't go down, and we

Re: [Twisted-Python] Migration to Git / GitHub

2015-11-11 Thread Clayton Daley
+1 Maybe this is old news, but I stumbled upon Subgit when poking around for another open source project. It says you can commit to both for as long as you like and... it's free to use for open source: http://www.subgit.com/pricing.html Clayton Daley On Wed, Nov 11, 2015 at 4:40 PM, Adi Roiban

Re: [Twisted-Python] Migration to Git / GitHub

2015-11-11 Thread Glyph Lefkowitz
> On Nov 11, 2015, at 2:47 PM, Clayton Daley wrote: > > +1 > > Maybe this is old news, but I stumbled upon Subgit when poking around for > another open source project. It says you can commit to both for as long as > you like and... it's free to use for open source: > > http://www.subgit.com

Re: [Twisted-Python] Migration to Git / GitHub

2015-11-11 Thread Clayton Daley
I'm not an SVN user (only Git) so I certainly don't care. I proposed it in the other group to help facilitate a transitional period. That would give users time to wrap up any work in SVN and transition to Git at their own pace... rather than on a specific drop dead date. Maybe that's not a probl

Re: [Twisted-Python] Migration to Git / GitHub

2015-11-11 Thread Glyph Lefkowitz
> On Nov 11, 2015, at 6:10 PM, Clayton Daley wrote: > > I'm not an SVN user (only Git) so I certainly don't care. I proposed it in > the other group to help facilitate a transitional period. That would give > users time to wrap up any work in SVN and transition to Git at their own > pace..

Re: [Twisted-Python] Twisted Web at 630k reqs/sec

2015-11-11 Thread Gelin Yan
On Wed, Nov 11, 2015 at 9:55 PM, Tobias Oberstein < tobias.oberst...@tavendo.de> wrote: > Those are some nice numbers, to be sure! Twisted really benefits from >> running in a pypy vm. I have read that pypy still doesn’t optimize >> old-style classes as efficiently as new-style classes; I wonder

Re: [Twisted-Python] HTTP/2 and Twisted

2015-11-11 Thread Glyph Lefkowitz
> On Nov 9, 2015, at 1:02 AM, Cory Benfield wrote: > > All, > > With the work on #7860 nearly done, _Actually_ done, now. > Twisted should be in a good place to have a HTTP/2 implementation. There’s > currently a Trac ticket (#7460) for adding HTTP/2 support to twisted.web, > which is obvio