Hi. There's a discussion on the Pylons list about whether it's OK to
put a thread-unsafe database connection in pylons.g, which is a
paste.registry.StackedObjectProxy. I want to put a Durus connection
there. My reading of the paste.registry docstring says this is OK.
Could somebody confirm? Tha
On Dec 12, 2006, at 2:32 PM, Mike Orr wrote:
> Hi. There's a discussion on the Pylons list about whether it's OK to
> put a thread-unsafe database connection in pylons.g, which is a
> paste.registry.StackedObjectProxy. I want to put a Durus connection
> there. My reading of the paste.registry