Try using smth. like siege (http://freshmeat.net/projects/siege/ ,
home page seems to be broken) to check how many requests per second
can your app handle. Then add more django processes/threads in your
mod_wsgi config (or more fastcgi processes, or smth. else) and test
again. Measure memory and CPU consumption. If you app is memory bound
then you'll know at least how much memory (=django processes) is
needed for assumed load.

Usually even 256MB Xen VPS is enough for most small and medium sites
if there are not millions of SQL queries per each page request.


On 21 сен, 21:28, Jan Ostrochovsky <jan.ostrochov...@gmail.com> wrote:
> Hello,
>
> are there some calculators or best practises or other tools/methods,
> how to size server hardware for Django applications from assumed load
> (concurrent users, etc.)?
>
> Thanks in advance for any advice.
>
> Jano
--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to