Re: [Twisted-Python] Twisted/PyPy rocks!

2012-03-04 Thread exarkun
On 10:54 am, tobias.oberst...@tavendo.de wrote: >>Unfortunately, pyOpenSSL does not work on current PyPy. There are >>just a few >>simple APIs missing from PyPy's cpyext feature that pyOpenSSL depends >>on, but >>they're blockers. > >[Sorry if this is slightly OT for this list ..] Since it's ab

Re: [Twisted-Python] Twisted/PyPy rocks!

2012-03-04 Thread Tobias Oberstein
> Unfortunately, pyOpenSSL does not work on current PyPy. There are just a few > simple APIs missing from PyPy's cpyext feature that pyOpenSSL depends on, but > they're blockers. [Sorry if this is slightly OT for this list ..] Could you eloborate a bit whats needed? Also, the https://bitbuck

Re: [Twisted-Python] Twisted/PyPy rocks!

2012-03-02 Thread exarkun
On 01:04 am, tobias.oberst...@tavendo.de wrote: >>Fixing these failing tests, or working on getting the dependencies >>working on >>PyPy, would be a great way to contribute to both Twisted and PyPy. :) >> >>Jean-Paul > >It's funny: kqueue seems to be chasing me;) > >I've got PyPy release built fro

Re: [Twisted-Python] Twisted/PyPy rocks!

2012-03-01 Thread Tobias Oberstein
> Fixing these failing tests, or working on getting the dependencies working on > PyPy, would be a great way to contribute to both Twisted and PyPy. :) > > Jean-Paul It's funny: kqueue seems to be chasing me;) I've got PyPy release built from source on FreeBSD9, and Twisted trunk running complet

Re: [Twisted-Python] Twisted/PyPy rocks!

2012-03-01 Thread exarkun
On 05:05 pm, ita...@itamarst.org wrote: >[snip] >> >>* Are there regular buildslaves running trial on PyPy? Does that make >>sense? > >Hopefully soon, we do want PyPy to be a fully supported official >platform. Not soon - already. We've had a PyPy builder for more than a year now: http://bu

Re: [Twisted-Python] Twisted/PyPy rocks!

2012-03-01 Thread Reza Lotun
On Thu, Mar 1, 2012 at 5:05 PM, Itamar Turner-Trauring wrote: > > Hopefully soon, we do want PyPy to be a fully supported official platform. The only thing keeping us from trying it out in production is the current incomplete pyOpenSSL support (unless I've missed some new developments on that fr

Re: [Twisted-Python] Twisted/PyPy rocks!

2012-03-01 Thread Itamar Turner-Trauring
> Couple of points: > > * Have been able to use poll reactor on Linux, but epoll doesnt work .. is > that expected? Maybe because the epoll reactor implementation uses Twisted > own C wrapper instead of the - only > recently - available one in Python standard lib? That was fixed in trunk recently,

Re: [Twisted-Python] Twisted/PyPy rocks!

2012-03-01 Thread Phil Mayers
On 01/03/12 16:19, Tobias Oberstein wrote: > Just wanted to say: PyPy running Twisted rocks! > > Works just out of the box: PyPy, Twisted + Autobahn. > > Speedups of up to multiple times .. without a single code change. > Interesting. I keep meaning to look into PyPy. > * Have been able to use po

[Twisted-Python] Twisted/PyPy rocks!

2012-03-01 Thread Tobias Oberstein
Just wanted to say: PyPy running Twisted rocks! Works just out of the box: PyPy, Twisted + Autobahn. Speedups of up to multiple times .. without a single code change. Btw: * Tornado seems to be unstable on PyPy .. at least in my testing (sporadic segfaults) * have been able to outperform node.j