Robin Haswell 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? > > > > Can anyone comment? > > That was me, and I never had a resolution. To this day TG still hangs on > that application.
Could you be more specific about what was happening? A quick search of the group turns up this message, which I think is what you are talking about: http://groups.google.com/group/turbogears/msg/4b8fea2ad728b7e4 I know that there is a two server connections per client limit that most browsers follow, but that is in HTTP 1.1 and not a suggestion for the server side. (RFC 2616, sec 8.1.4) "Clients that use persistent connections SHOULD limit the number of simultaneous connections that they maintain to a given server. A single-user client SHOULD NOT maintain more than 2 connections with any server or proxy." but CP2 is HTTP 1.0, and is a server anyways. It may have been designed around this assumption due to modern browsers enforcing this limit. -Adam --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

