venkatbo wrote: > > Stuart Clarke wrote: >> I remember hearing something a while back, about CherryPy not liking >> multiple concurrent requests from the same browser. Does this relate to >> sessions specifically? Or is it a more general problem? > > 'am not entirely sure, but I think it may have to do with CP supporting > only HTTP 1.0... Wonder if proxying/load-balancing it with lighty, > nginx or > apache (HTTP 1.1) will give an "illusion" of "improved performance" >
CP2 does indeed have a partial support of HTTP/1.1 only. CP3 is HTTP/1.1 compliant and its architecture makes it performing much much better than its predecessor. But that'll be for TG1.1. For now I guess using Apache/lighttpd as a frontend for static data can already increase the performances. - Sylvain --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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 -~----------~----~----~----~------~----~------~--~---

