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.

Regards,
Malcolm

-- 
A clear conscience is usually the sign of a bad memory. 
http://www.pointy-stick.com/blog/


--~--~---------~--~----~------------~-------~--~----~
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