Re: [pypy-dev] wsgi

2012-08-27 Thread Roberto De Ioris
Il giorno 28/ago/2012, alle ore 02:57, Stepanov Aleksandr ha scritto: > Are there any wsgi server for latest or latest stable pypy? > > uwsgi needs to be built with pypy-c and shared libpypy , but i failed to > build pypy as described on uwsgi wiki after 5 hours of compiling. i have not > fi

Re: [pypy-dev] wsgi

2012-08-27 Thread Philip Jenvey
On Aug 27, 2012, at 5:57 PM, Stepanov Aleksandr wrote: > Are there any wsgi server for latest or latest stable pypy? > > uwsgi needs to be built with pypy-c and shared libpypy , but i failed to > build pypy as described on uwsgi wiki after 5 hours of compiling. i have not > find precompiled uw

[pypy-dev] wsgi

2012-08-27 Thread Stepanov Aleksandr
Are there any wsgi server for latest or latest stable pypy? uwsgi needs to be built with pypy-c and shared libpypy , but i failed to build pypy as described on uwsgi wiki after 5 hours of compiling. i have not find precompiled uwsgi_pypy. uwsgi_python does not works with pypy. gunicorn starts,

[pypy-dev] numpypy array expressions

2012-08-27 Thread mark florisson
Hey, For this year's summer of code, and for my master dissertation, we created a project to compile array expressions efficiently (Dag was my mentor, CCed), which can be found here: https://github.com/markflorisson88/minivect , the thesis is under subdirectory 'thesis'. It's currently integrated