Re: A bit of Django history

2012-10-05 Thread Alex Ogier
On Fri, Oct 5, 2012 at 1:41 AM, Jeremy Dunck wrote: > It made me smile - we've come a ways since then. :) > This part especially made me giggle in light of the current flamewar over Django's templating speed: I've seen benchmarks that peg Django’s template language at four times > faster than K

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: A bit of Django history

2012-10-05 Thread Daniel Sokolowski
Thanks for sharing that. -Original Message- From: Jeremy Dunck Sent: Friday, October 05, 2012 1:41 AM To: django-developers@googlegroups.com Subject: A bit of Django history I was searching around for a different old blog post and found this one: http://jacobian.org/writing/why-django/

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