I just discovered the reify decorator and request_factory in the new docs, not sure if it's new or I just missed it in recent BFG docs. It looks like a really nice way to replace some ugliness I had done by hand in a previous version of my work, wanted to check:
Is this the 'recommended' way to instantiate anything that should be instantiated once and only once per request and accessible anywhere without using magic globals? Is there a counterpart or recommended way to do any end of request lifecycle house keeping? Do we still use event subscribers for that? My first day of digging into the new docs, and I've even more excited about the team up. =) thanks! Iain -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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-discuss?hl=en.
