Re: Another Django vs. Rails comparison

2009-11-09 Thread Paul Eastlund
vor Django, I think I am still new enough to the > community that my opinions shouldn't be too biased. Hopefully this > post helps other make the right decision for their team/project. > > Here's the link: http://beta.feedmagnet.com/blog/django-vs-rails/ > > > > -- P

Another Django vs. Rails comparison

2009-11-09 Thread Jason
tely favor Django, I think I am still new enough to the community that my opinions shouldn't be too biased. Hopefully this post helps other make the right decision for their team/project. Here's the link: http://beta.feedmagnet.com/blog/django-vs-rails/ --~--~-~--~~

Re: Django vs. Rails vs. Symfony: Django is fastest

2006-07-16 Thread [EMAIL PROTECTED]
django vs pylons - their servers showing a page which uses a template with 5 variables (values returned by the view/controller) no mod_python, apache or any other. I'll test X + lighttp/apache soon (I need to read the docs ;) ) --~--~-~--~~~---~--~~ You received

Re: Django vs. Rails vs. Symfony: Django is fastest

2006-07-16 Thread Ian Holsman
is this a test of django vs pylons or a test of mod_python vs wsgi ? a pre-test showing a serving a simple static page through both of them (also 15k) would highlight if django's templating engine is indeed faster than pylons. (and it might convince the pylons team to use mod-python instead of

Re: Django vs. Rails vs. Symfony: Django is fastest

2006-07-16 Thread [EMAIL PROTECTED]
a nice overview of the test (django and pylons) can be found here: http://www.cms.rk.edu.pl/benchmark.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to d

Re: Django vs. Rails vs. Symfony: Django is fastest

2006-07-16 Thread [EMAIL PROTECTED]
The test django page used no DB and the test itself didn't do much I/O operations and the system didn't go into swap. As for errors I get this from the running server (in console): ### Traceback (most recent call last): File "/home/piotr/nowe/pytho

Re: Django vs. Rails vs. Symfony: Django is fastest

2006-07-16 Thread Jacob Kaplan-Moss
On Jul 16, 2006, at 8:45 AM, [EMAIL PROTECTED] wrote: > I've done some httperf testing og the django server. I've used Arch > Linux (i686) on a Acer Aspire 5002 WLMi Laptop (AMD Turion 1,6GHz, > 512MB DDR RAM) from text mode (no X running) Interesting stuff -- thanks for the benchmarks. I'd note

Re: Django vs. Rails vs. Symfony: Django is fastest

2006-07-16 Thread [EMAIL PROTECTED]
I've done some httperf testing og the django server. I've used Arch Linux (i686) on a Acer Aspire 5002 WLMi Laptop (AMD Turion 1,6GHz, 512MB DDR RAM) from text mode (no X running) I've tested a working django server with: httperf --server=localhost --port=8080 --uri=/test/ --num-conns=7000 --num-

Re: Django vs. Rails vs. Symfony: Django is fastest

2006-07-14 Thread [EMAIL PROTECTED]
nice, very nice :) pylons and Turbogears benchmark would add a bit of flamish excitement to it... (and it would be quite interesting) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Re: Django vs. Rails vs. Symfony: Django is fastest

2006-07-14 Thread Iain Duncan
Andy Dustman wrote: > On 7/14/06, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > >>On Jul 14, 2006, at 1:18 PM, Adrian Holovaty wrote: >> >>>Some folks benchmarked Symfony, Ruby on Rails and Django. Django was >>>the fastest. >> >>By over 30% -- hell yeah! >> >>Now, I've always known in my gut

Re: Django vs. Rails vs. Symfony: Django is fastest

2006-07-14 Thread Rafael Jorge
On 7/14/06, Andy Dustman <[EMAIL PROTECTED]> wrote: And with MySQL, to boot. Nothing is perfect..xD -- SDM UnderlinuxGarimpar.com--PEP-8"Mais vale um ponteiro na mao do que duas classes voando" --~--~-~--~~~---~--~~ You received this message because you are subscri

Re: Django vs. Rails vs. Symfony: Django is fastest

2006-07-14 Thread Andy Dustman
On 7/14/06, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > > On Jul 14, 2006, at 1:18 PM, Adrian Holovaty wrote: > > Some folks benchmarked Symfony, Ruby on Rails and Django. Django was > > the fastest. > > By over 30% -- hell yeah! > > Now, I've always known in my gut that Django's pretty damn fa

Re: Django vs. Rails vs. Symfony: Django is fastest

2006-07-14 Thread Ian Maurer
On 7/14/06, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > > On Jul 14, 2006, at 1:18 PM, Adrian Holovaty wrote: > > Some folks benchmarked Symfony, Ruby on Rails and Django. Django was > > the fastest. > > By over 30% -- hell yeah! > That's awesome... congrats Django developers! -ian --~--~---

Re: Django vs. Rails vs. Symfony: Django is fastest

2006-07-14 Thread Jacob Kaplan-Moss
On Jul 14, 2006, at 1:18 PM, Adrian Holovaty wrote: > Some folks benchmarked Symfony, Ruby on Rails and Django. Django was > the fastest. By over 30% -- hell yeah! Now, I've always known in my gut that Django's pretty damn fast, but seeing it verified by the RoR website... Priceless :) Jacob

Django vs. Rails vs. Symfony: Django is fastest

2006-07-14 Thread Adrian Holovaty
Some folks benchmarked Symfony, Ruby on Rails and Django. Django was the fastest. Check it out here: http://wiki.rubyonrails.com/rails/pages/Framework+Performance And don't forget to Digg and del.icio.us! http://digg.com/programming/Django_vs._Rails_vs._Symfony_Django_is_fastest http://del.ici

Re: Django vs Rails

2006-04-14 Thread Glenn Tenney
On Thu, Apr 13, 2006 at 07:17:16PM -0700, [EMAIL PROTECTED] wrote: > There is only one Rails book that is in print at the moment(non pdf). > There are several others that are going to be released very soon > though. http://www.robsanheim.com/2006/03/23/ruby-and-ruby-on-rails-book-roundup/ is a

Re: Django vs Rails

2006-04-13 Thread James Bennett
On 4/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > You have good friends, they are giving you great advice. Rails is in > it's second production release, has a huge following, and a number of > books to help document it. Django is still in a major development > phase and is geared toward

Re: Django vs Rails

2006-04-13 Thread [EMAIL PROTECTED]
Glenn Tenney wrote: > Several friends have been pushing me to look at Rails, so I've been reading > through "Agile Web Development with Rails". You have good friends, they are giving you great advice. Rails is in it's second production release, has a huge following, and a number of books to help

Re: Django vs Rails

2006-04-13 Thread gabor
tonemcd wrote: > That's a really good screencast - the Java-based frameworks come out > particularly badly (but the author is looking more at the rapid > applications development model, where multiple XML configs and > compiling certainly doesn't help matters) > > I was surprised at how well Zope

Re: Django vs Rails

2006-04-13 Thread Bill de hÓra
tonemcd wrote: > I was surprised at how well Zope (Plone actually) comes out of it. I > guess he was using Archetypes to do the heavy lifting - I've found > plone to have a *very* steep learning curve. I think he used ArchGenXML. Archetypes are cool (they're a slightly higher abstraction/dsl th

Re: Django vs Rails

2006-04-13 Thread David S .
Glenn Tenney think.org> writes: > > 2. In Rails you need to declare your SQL code *and* tell Rails about > your schema, but in Django it's all very nicely put into an object > oriented description in your model. A big win, to me, for Django. Rails has something called migrations (see http://

Re: Django vs Rails

2006-04-13 Thread tonemcd
That's a really good screencast - the Java-based frameworks come out particularly badly (but the author is looking more at the rapid applications development model, where multiple XML configs and compiling certainly doesn't help matters) I was surprised at how well Zope (Plone actually) comes out

Re: Django vs Rails

2006-04-12 Thread Jeremy Dunck
On 4/12/06, Jeremy Dunck <[EMAIL PROTECTED]> wrote: > On 4/12/06, Glenn Tenney <[EMAIL PROTECTED]> wrote: > > 3. Rails supports and integrates well with Ajax. I know that this is > > "coming" for Django... sometime "real soon now"... how's it going? > > When might it be out? > > AFAIK, Rails trie

Re: Django vs Rails

2006-04-12 Thread Jeremy Dunck
On 4/12/06, Glenn Tenney <[EMAIL PROTECTED]> wrote: > 3. Rails supports and integrates well with Ajax. I know that this is > "coming" for Django... sometime "real soon now"... how's it going? > When might it be out? AFAIK, Rails tries to abstract away the generated JS, and in doing so makes code

Re: Django vs Rails

2006-04-12 Thread simonb
It's a personal choice. Why not take a day and evaluate the contenders by writing a simple little app (voting/wiki/blog etc.) Find which one fits with you. Also think about how and where it will be deployed/hosted and how easy/possible that is with the system you choose. Personally: having written

Re: Django vs Rails

2006-04-12 Thread James Bennett
On 4/12/06, Glenn Tenney <[EMAIL PROTECTED]> wrote: > 3. Rails supports and integrates well with Ajax. I know that this is > "coming" for Django... sometime "real soon now"... how's it going? > When might it be out? I put in the patch for the initial Django/Dojo mashup (Dojo is the JavaScript to

Re: Django vs Rails

2006-04-12 Thread Adrian Holovaty
On 4/12/06, Glenn Tenney <[EMAIL PROTECTED]> wrote: > 5. Rails has a book or two already out there -- and already out of > sync with the version of Rails recently released. Django's book is > "in the pipeline" but I doubt it'll be out until 0.92 gets released. Django 0.92 will *definitely* be ou

Django vs Rails

2006-04-12 Thread Glenn Tenney
Several friends have been pushing me to look at Rails, so I've been reading through "Agile Web Development with Rails". Some quick thoughts... with a couple of questions thrown in... 1. Ok, there IS the Ruby vs Python thing... I'll leave that to some *other* place for THAT flame fest as I do N