[Twisted-Python] Scaling Twisted Web on multicore

2013-10-30 Thread Tobias Oberstein
Hi, I have done some testing of scaling Twisted Web on multicore and wanted to share: https://github.com/oberstet/scratchbox/tree/master/python/twisted/sharedsocket For those that are running short in time or want to have a teaser first, here are the results, including comparison with Nginx:

Re: [Twisted-Python] Limiting cipher options for SSH/SFTP

2013-10-30 Thread Ray Cote
Thanks Nacim: I had found the supported ciphers. However, I'm unclear as to how to present a subclassed SSHTransport to the SFTPServer. (And, once I understand how I will issue a documentation bug with details...) --Ray - Original Message - > From: "Flint" > To: "Ray Cote" , "Twi

Re: [Twisted-Python] Twisted Users on Windows XP

2013-10-30 Thread Kevin Horn
On Wed, Oct 30, 2013 at 3:13 AM, Orestis Markou wrote: > > On 30 Οκτ 2013, at 12:34 π.μ., Glyph wrote: > > > On Oct 28, 2013, at 8:45 AM, Kevin Horn wrote: > > It's also worth noting that there are a fair number of people (at least I > know some) who use their old XP licenses for testing Window

Re: [Twisted-Python] Twisted Users on Windows XP

2013-10-30 Thread Kevin Horn
On Tue, Oct 29, 2013 at 5:34 PM, Glyph wrote: > > On Oct 28, 2013, at 8:45 AM, Kevin Horn wrote: > > It's also worth noting that there are a fair number of people (at least I > know some) who use their old XP licenses for testing Windows software in > VMs, especially if they're usually working i

Re: [Twisted-Python] Limiting cipher options for SSH/SFTP

2013-10-30 Thread Laurens Van Houtven
Hi Ray! This seems like a clear failure of the documentation. Please file a ticket so that it can be alleviated at some point :) cheers lvh ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listin

Re: [Twisted-Python] Limiting cipher options for SSH/SFTP

2013-10-30 Thread Flint
Hi I have not used it myself but this seems what you're looking for: http://twistedmatrix.com/documents/13.0.0/api/twisted.conch.ssh.transport.SSHTransportBase.html#supportedCiphers I guess you need to subclass SSHTransport and give it the list of ciphers you want. -- Nacim. 2013/10/29 Ra

Re: [Twisted-Python] Bytes vs unicode in twisted.python.logfile's python3 porting

2013-10-30 Thread Laurens Van Houtven
Hi Glyph, On Wed, Oct 30, 2013 at 1:22 AM, Glyph wrote: > > The new logging branch (destined for review Real Soon Now) is a bit more > rigorous about sensible behavior with respect to encoding, so we can > tighten up this behavior and make it work in more cases without breaking > compatibility.

Re: [Twisted-Python] Twisted Users on Windows XP

2013-10-30 Thread Orestis Markou
On 30 Οκτ 2013, at 12:34 π.μ., Glyph wrote: > > On Oct 28, 2013, at 8:45 AM, Kevin Horn wrote: > >> It's also worth noting that there are a fair number of people (at least I >> know some) who use their old XP licenses for testing Windows software in >> VMs, especially if they're usually wor