Kevin Dangoor wrote: > 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 > > :) > > 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.
Or use the WSGI server in CP 3, now that it has persistent connections: http://www.cherrypy.org/ticket/551#change_0 :))) Robert Brewer System Architect Amor Ministries [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
