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. :) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
