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 that running Django on a laptop -- especially one with only  
512MB of RAM -- is probably going to give pretty anemic results.   
Between the slow bus, slow disk, and lack of RAM you'll get pretty  
lousy numbers compared to a server.

> Results:
> Errors: no errors when the rate is 100-400. For 500 conns/s I've got
> 24441 erros, for 600: 31758 and for 700: 34804 errors.

Chances are these errors are caused by reaching the connection limit  
on your database, not by Django itself.  Again, on such a slow  
machine you'll have some pretty serious resource contention between  
the database and your other software.

Still -- 400 req/s on a laptop? That's pretty good as far as I'm  
concerned :)

Again, thanks for the numbers.

Jacob

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to