Re: [pypy-dev] Benchmarking PyPy performance on real-world Django app

2011-10-09 Thread Igor Katson
On 10/08/2011 03:35 AM, Maciej Fijalkowski wrote: On Sat, Oct 8, 2011 at 1:28 AM, Igor Katson wrote: On 10/08/2011 02:50 AM, Maciej Fijalkowski wrote: On Sat, Oct 8, 2011 at 12:48 AM, Andywrote: 15 times more memory? That's a lot. Interestingly Quora reported that their PyPy proc

Re: [pypy-dev] Benchmarking PyPy performance on real-world Django app

2011-10-08 Thread Igor Katson
On 10/08/2011 01:49 PM, Serhat Sevki Dincer wrote: My favorite pypy version is 46768: It passes its own tests + It runs Django 1.3.1 :P Igor, did you try this version by any chance? Well, mine versions run without problems, and I've tried the latest trunk, just this memory bug is present. So I

Re: [pypy-dev] Benchmarking PyPy performance on real-world Django app

2011-10-07 Thread Igor Katson
On 10/08/2011 02:50 AM, Maciej Fijalkowski wrote: On Sat, Oct 8, 2011 at 12:48 AM, Andy wrote: 15 times more memory? That's a lot. Interestingly Quora reported that their PyPy processes were only 50% larger than CPython ones: http://www.quora.com/Quora-Infrastructure/Did-Quoras-switch-to-PyPy-r

Re: [pypy-dev] Benchmarking PyPy performance on real-world Django app

2011-10-07 Thread Igor Katson
On 10/07/2011 08:50 PM, Maciej Fijalkowski wrote: On Fri, Oct 7, 2011 at 1:33 PM, Igor Katson wrote: When I first started benchmarking one of my Django sites, http://trip-travel.ru/ (using postgres driver pypq), I was disappointed by the results. PyPy was visually much slower than cPython (I

[pypy-dev] Benchmarking PyPy performance on real-world Django app

2011-10-07 Thread Igor Katson
When I first started benchmarking one of my Django sites, http://trip-travel.ru/ (using postgres driver pypq), I was disappointed by the results. PyPy was visually much slower than cPython (I just looked at how the site loads in the browser) But today I got some incredible results, I finally ma

Re: [pypy-dev] PyPQ: a dbapi 2 PostgreSQL driver working with pypy

2011-10-05 Thread Igor Katson
Tue, Oct 4, 2011 at 4:51 PM, Igor Katson wrote: Hi, Dan, before answering I'll describe the situation a bit. there was a question today, if I know about pg8000 or psycopg2ct. As for pg8000, pure python should be slower than ctypes, anyway, so I don't think these two should

Re: [pypy-dev] PyPQ: a dbapi 2 PostgreSQL driver working with pypy

2011-10-04 Thread Igor Katson
any large components that aren't up to speed and need working on? Thanks! Dan mobile 786-201-1161 | web http://dlo.me/ | twitter @dwlz <http://twitter.com/dwlz> On Tue, Oct 4, 2011 at 3:07 AM, Igor Katson <mailto:igor.kat...@gmail.com>> wrote: Hi, pypy developers.

[pypy-dev] PyPQ: a dbapi 2 PostgreSQL driver working with pypy

2011-10-04 Thread Igor Katson
Hi, pypy developers. check out pypq, a dbapi 2 PostgreSQL driver working with pypy http://pypi.python.org/pypi/pypq I've made it to test how will my existing django sites work with pypy I will be glad for any help. Feel free to contact me if you want to participate. __