On Fri, Jul 8, 2011 at 5:37 PM, Brian Bouterse <[email protected]> wrote:
> I'm going to try to get a pypy installation built from source that has > nginx/gunicorn/django. I will share back what I can come up with. If anyone > else is doing similar things share back your findings please. I'm going to try do the same with uwsgi, will let you know what I find. > > I don't use shed skin, but I believe pypy is much more mature. As evident > from the large donation from the python software foundation at pycon this > past spring, pypy is poised to become *the* interpreter, if speed is your > goal. The python software foundation wants to support the work of pypy and > their donation was the only one given at pycon 2011. CPython will continue > to serve as the reference python interpreter. > > I was talking with the pypy authors at pycon this past spring and they > anecdotally that django and pypy are being used in production on some sites. > The folks in the pypy community could probably comment more on this than I > could. > Our portfolio of sites receive many hundreds of thousands of webapp hits per day, so once something semi stable has been put together, I'll most likely split off like 1 ~ 5% of our traffic at our load balancer for testing. > > Brian > > On Fri, Jul 8, 2011 at 11:03 AM, Cal Leeming [Simplicity Media Ltd] < > [email protected]> wrote: > >> >> >> On Fri, Jul 8, 2011 at 3:53 PM, Venkatraman S <[email protected]> wrote: >> >>> Cal, >>> >>> Quiet frankly, it looks to me that if you are spending some effort on >>> this - better start with django on pypy. >>> And then probably we can move to 'one-binary' idea. >> >> >> I much prefer the idea of a true single binary (the way facebook approach >> it) with everything statically compiled in, over the concept of a self >> extracting chroot, as the latter does sound quite messy. >> >> However, I'd need to find out if nginx/uwsgi/pypy/django would play >> together nicely.. so I'm going to spend some hours getting my hands dirty >> and seeing what works..- besides, it's a good opportunity to brush up on my >> C :) >> >> >>> >>> >>> -V >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Django users" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/django-users?hl=en. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/django-users?hl=en. >> > > > > -- > Brian Bouterse > ITng Services > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

