[Paste] StackedObjectProxy and database connections

2006-12-12 Thread Mike Orr
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

Re: [Paste] StackedObjectProxy and database connections

2006-12-12 Thread Philip Jenvey
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