On Aug 18, 2006, at 8:59 PM, fumanchu wrote:

>
> Firefox has a setting called
> "network.http.max-persistent-connections-per-server" which defaults to
> 2. If you're using lots of AJAX, or even serving lots of images via
> TG/CP, you might want to encourage your users to increase that number,
> or all requests after the first two will be queued. I'm particularly
> telling you all because naive testing makes this look like a
> TG/CherryPy bug, but it isn't*. See http://www.cherrypy.org/ticket/550
>
>
> Robert Brewer
> System Architect
> Amor Ministries
> [EMAIL PROTECTED]
>
> * Okay, it somewhat is, because the default CP server doesn't allow
> persistent connections. If anybody would like to pitch in and provide
> that functionality, it would be greatly appreciated. :)


:)

Realistically, though, someone with a web framework can't tell the  
users of said framework to tell the visitors of their websites to set  
an obscure setting in their browser.

Probably better advice would be to serve static files via lighttpd or  
Apache.

Kevin

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk
-~----------~----~----~----~------~----~------~--~---

Reply via email to