> Anyone tried running Django with PyPy JIT?
>
> What are the steps to set it up? Is it stable?
>
> PyPy benchmark shows almost 3X speed up of Django and they also said
> it would reduce memory consumption. I'm interested in trying it out.
> Just want to learn about anyone's experience with running Django on
> PyPy.
>
> Are there any pitfalls?
>
> Thanks.
Hi Andy,
I haven't deployed Django under PyPy ever, however I have been working
to ensure they work together. If you take a look at the videos from
here: http://morepypy.blogspot.com/2010/08/europython-2010-videos-available.html
you can see some of the stuff that's been done with it. The one major
pitfall is that there are no c-extensions, so you can't use something
like psycopg2.
Alex
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment