On Oct 26, 6:38 pm, Malcolm Tredinnick <[EMAIL PROTECTED]>
wrote:
> On Fri, 2007-10-26 at 05:06 +0000, simonbun wrote:
> > > Well, I have another server available now ;)
>
> > And you're using it for serving static content I hope? Your previous
> > setup with Apache serving everything with KeepAlive off can bring many
> > a server to its knees. If you serve a html page with for example 30
> > css, js and image files, you make a single request that needs 31 free
> > Apache processes.
>
> No, this isn't correct. No sane web browser requests every single URL at
> once -- there is a maximum number of parallel connections they will open
> for precisely this reason.

And browser caching of static stuff like css files and images should
hopefully ensure that such stuff isn't requested every time anyway.

Graham


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to