[pypy-dev] Need your suggestions in thoughts of improving performance of REST based cgi-server

Piotr Skamruk piotr.skamruk at gmail.com
Wed May 23 10:40:34 CEST 2012


Probably You can easily convert your application into wsgi compilant,
which can be run in long time running process (for example under
http://pypi.python.org/pypi/waitress/ server).
In that situation Your code runned under pypy could "warm up", and so
- can be optimized in runtime.

Could You post somewhere source of your cgi-server?
I can help You with such conversion...
I'm also curious about how much that will help in both situations, i
mean under cpython, and under pypy.
btw. which version of cpython You have in mind under "Python" name?
And which version of pypy You are using?


More information about the pypy-dev mailing list