Re: Django performance vs others

2012-10-16 Thread Tom Christie
Please. As Jacob has already made clear, this thread isn't helping move anything forward. Can we please respect his request and move on. Django's community is absolutely interested in addressing practical steps towards improving performance and would no doubt welcome specific work towards prof

Re: Django performance vs others

2012-10-16 Thread Moonlight
another one: http://mindref.blogspot.com/2012/10/python-web-reverse-urls-benchmark.html On Thursday, October 4, 2012 10:50:35 AM UTC+3, Moonlight wrote: > > I found the following benchmarks recently: > 1. http://mindref.blogspot.com/2012/09/python-fastest-web-framework.html > 2. http://mindref.b

Re: Django performance vs others

2012-10-10 Thread Moonlight
I think this one explains how it works. By the way, I had the curiosity to take a look at Python ML entrywhich is called "Fastest web framework" and I the Wheezy > fra

Re: Django performance vs others

2012-10-05 Thread Jacob Kaplan-Moss
Stan -- Please watch your tone. Remember that this is a professional context. The obscenity and combativeness aren't OK here. Please everyone, take this elsewhere. This is turning into a flamewar, and that's not what this group is for. If people can't let this thread drop I'm going to have to emp

Re: Django performance vs others

2012-10-05 Thread Stan
On Friday, October 5, 2012 3:17:02 PM UTC+2, Moonlight wrote: > > What is wrong with hello world application if you are testing web > application stack? > I Moonlight (or maybe Andriy ?). Some thoughts : 1. Don't be directly involved in a product you are benchmarking against. that's ba

Re: Django performance vs others

2012-10-05 Thread Roberto De Ioris
Il giorno 05/ott/2012, alle ore 15:08, Moonlight ha scritto: > Roberto, is there a way run uwsgi on pypy? Yes http://projects.unbit.it/uwsgi/wiki/PyPy but there is no particular advantage (and you will lose some advanced features like full threading support and so on...) currently it is no

Re: Django performance vs others

2012-10-05 Thread Moonlight
What is wrong with hello world application if you are testing web application stack? Choosing framework X over Y doesn't guarantee any success to project. Good thing to know your framework has a limit... that also tells me how effective one or other implemented... I guess it tells that. I have

Re: Django performance vs others

2012-10-05 Thread Moonlight
Roberto, is there a way run uwsgi on pypy? I think the article shows best of two words: cpython and pypy and uwsgi on cpython, while gunicorn on pypy. I do not believe there were attempt to compare web servers... On Thursday, October 4, 2012 4:37:25 PM UTC+3, Roberto De Ioris wrote: > > > >

Re: Django performance vs others

2012-10-05 Thread Jacob Kaplan-Moss
On Fri, Oct 5, 2012 at 3:26 AM, Babatunde Akinyanmi wrote: > That was so long I can't even remember what I read. C'mon. This sort of comment is toxic and completely uncalled-for. It adds nothing to the conversation, and only serves to fan flames. Please don't do this here. Jacob -- You receive

Re: Django performance vs others

2012-10-05 Thread Babatunde Akinyanmi
That was so long I can't even remember what I read. On 10/4/12, Jacob Kaplan-Moss wrote: > Hey folks -- > > This thread's pretty off-topic for django-dev. Can you please take it > elsewhere? Thanks. > > Jacob > > On Thu, Oct 4, 2012 at 12:49 PM, Amirouche Boubekki > wrote: >>> Are the Hello worl

Re: Django performance vs others

2012-10-04 Thread Jacob Kaplan-Moss
Hey folks -- This thread's pretty off-topic for django-dev. Can you please take it elsewhere? Thanks. Jacob On Thu, Oct 4, 2012 at 12:49 PM, Amirouche Boubekki wrote: >> Are the Hello world applications are strictly the same (sessions, auth >> etc) ? > > > The code is available on bitbucket. Th

Re: Django performance vs others

2012-10-04 Thread Juan Pablo Martínez
+1 Stan On Thu, Oct 4, 2012 at 11:14 AM, Stan wrote: > > > On Thursday, October 4, 2012 9:50:35 AM UTC+2, Moonlight wrote: >> >> I found the following benchmarks recently: >> 1. http://mindref.blogspot.**com/2012/09/python-fastest-** >> web-framework.html

Re: Django performance vs others

2012-10-04 Thread Stan
On Thursday, October 4, 2012 9:50:35 AM UTC+2, Moonlight wrote: > > I found the following benchmarks recently: > 1. http://mindref.blogspot.com/2012/09/python-fastest-web-framework.html > 2. http://mindref.blogspot.com/2012/07/python-fastest-template.html > > It is interesting to see the performa

Re: Django performance vs others

2012-10-04 Thread Roberto De Ioris
> Thank you for sharing that! To me it’s very interesting to see no PyPy > advantage on other tests – PyPy claims otherwise: http://speed.pypy.org/ – > but that could be explained by assuming PyPy tests are hand chosen to show > the advantage. PyPy is extremely faster when it can abuse its JIT,

Re: Django performance vs others

2012-10-04 Thread Daniel Sokolowski
To: django-developers@googlegroups.com Subject: Django performance vs others I found the following benchmarks recently: 1. http://mindref.blogspot.com/2012/09/python-fastest-web-framework.html 2. http://mindref.blogspot.com/2012/07/python-fastest-template.html It is interesting to see the

Django performance vs others

2012-10-04 Thread Moonlight
I found the following benchmarks recently: 1. http://mindref.blogspot.com/2012/09/python-fastest-web-framework.html 2. http://mindref.blogspot.com/2012/07/python-fastest-template.html It is interesting to see the performance boost using pypy. -- You received this message because you are subscrib