Re: Scaling django installation
On Mon, Jun 4, 2012 at 12:15 PM, vivek <puri.vivek@gmail.com> wrote:
How many pages?
>
> That's aggregated load time, and not a single page loading time. The test
> comprised of navigating to multiple pages to generate more real life
> scenario.
>
I guess it was 16.
Number of connections/page will not bring down this figure.
>
> > 3. text/html , which is the output of django app, is taking 62.74 %
> > time.
>
> This number might not be bad actually, taking into consideration that I aim
> to reduce the number of http connections per page to something pretty low.
>
As I said, I plan to reduce the number of connections per page. I don't plan to reduce this figure.
> > What is the payload of your html page ?
>
> 5- 10 Kb (compressed) on avg depending upon page content
>
> Since you thought the aggregated load time to be of a single page, I guessPossibly but that would depend on number of pages in testing. e.g. if
> your perspectives need to change accordingly. :)
the number of pages about 10+ it seems logical but if its 2-3 pages
then its still on high side.
Also the load time increases near linearly with number of users. Which
doesn't sounds logical e.g. at peak its almost 3 miunutes.
Current single setup server has to handle high number of connections per page. Around 50 - 80 connections on average.
Active connections thus linearly rose to around 2.3k. And apache webserver currently is sitting in front of django and static, so you see thus effect.
Separation of django and static content is part of the deployment/setup change anyway.
rgds
vivek
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
Thanks,
Subhranath Chunder.
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home