> I think everything that is a SOP right now could hang off a single > request SOP. I personally would prefer that; I think it makes all this > stuff much more clear. It's easy to remember that the request object is > per-request -- heck, it's obvious once you write it down.
I agree that it makes sense to throw all kinds of request local things into request, but... > That its > attributes like session are also per-request is then also obvious. Wouldn't app_locals AKA g AKA app_globals be strange to find in the request object since the aren't part of the request, and they aren't request-local. The same goes (to a lesser extent) for session, which seems like it would not be request local, but is perhaps conceptually connected to the request. --Mark --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-devel" 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/pylons-devel?hl=en -~----------~----~----~----~------~----~------~--~---
