Re: [pypy-dev] uWSGI 1.9.11 released with PyPy support

2013-05-26 Thread Steve Kieu
I was unable to compile it just several days ago - will try soon to see if it got fixed On Sun, May 26, 2013 at 9:43 PM, Maciej Fijalkowski wrote: > On Sun, May 26, 2013 at 12:20 PM, Phyo Arkar > wrote: > > wow good job roberto and pypy team. > > that will surely increase adoption of pypy. >

Re: [pypy-dev] uWSGI 1.9.11 released with PyPy support

2013-05-26 Thread Steve Kieu
Great, compilation has been fixed !! On Sun, May 26, 2013 at 9:50 PM, Steve Kieu wrote: > > I was unable to compile it just several days ago - will try soon to see if > it got fixed > > > > > On Sun, May 26, 2013 at 9:43 PM, Maciej Fijalkowski wrote: > >> On Sun, May 26, 2013 at 12:20 PM, Phy

Re: [pypy-dev] uWSGI 1.9.11 released with PyPy support

2013-05-26 Thread Maciej Fijalkowski
On Sun, May 26, 2013 at 12:20 PM, Phyo Arkar wrote: > wow good job roberto and pypy team. > that will surely increase adoption of pypy. > so zeromq working in pypy now too? that has been true for at least a while now > > On May 26, 2013 1:26 PM, "Roberto De Ioris" wrote: >> >> >> Hi everyone, t

Re: [pypy-dev] uWSGI 1.9.11 released with PyPy support

2013-05-26 Thread Phyo Arkar
wow good job roberto and pypy team. that will surely increase adoption of pypy. so zeromq working in pypy now too? On May 26, 2013 1:26 PM, "Roberto De Ioris" wrote: > > Hi everyone, thanks to the effort of Maciej Fijalkowski (and contributions > of Alex Gaynor and Armin Rigo) we now have a fully

[pypy-dev] uWSGI 1.9.11 released with PyPy support

2013-05-25 Thread Roberto De Ioris
Hi everyone, thanks to the effort of Maciej Fijalkowski (and contributions of Alex Gaynor and Armin Rigo) we now have a fully working PyPy plugin into uWSGI. The plugin works via cffi, and already supports multithreading and a good set of the uWSGI api (like caching and rpc) In the next few days