Re: [Twisted-Python] Scaling Twisted Web on multicore

2013-10-31 Thread Tobias Oberstein
> Looks nice. It's something that has been around in poor form for a long time > in > several places (I'm thinking about > http://twistedmatrix.com/trac/browser/sandbox/exarkun/copyover/ which > inspired http://twistedmatrix.com/trac/browser/sandbox/therve/prefork/). Wow. 10 years ago.;) I alread

Re: [Twisted-Python] Scaling Twisted Web on multicore

2013-10-31 Thread Thomas Hervé
On Thu, Oct 31, 2013 at 12:28 AM, Tobias Oberstein wrote: > 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

Re: [Twisted-Python] Scaling Twisted Web on multicore

2013-10-31 Thread Tobias Oberstein
> > I have done some testing of scaling Twisted Web on multicore and wanted to > share: > > > > > https://github.com/oberstet/scratchbox/tree/master/python/twisted/sharedsoc > ket > > > This was PyPy, yes? Yes. All testing details are in the README.md .. __

Re: [Twisted-Python] Scaling Twisted Web on multicore

2013-10-31 Thread Itamar Turner-Trauring
On 10/30/2013 07:28 PM, Tobias Oberstein wrote: 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 This was PyPy, yes? ___ Twisted-Py

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