[sqlalchemy] Is Engine instance object threadsafe?

2011-03-30 Thread Ajay
We use sqlalchemy 0.4.6 with elixir 0.5.2 and zope. Below is some excerpt to show how we currently create/manage one engine instance per zope thread. From what I understand from reading the documentation, the 'connection' and 'transaction' objects themselves are not thread safe - but the engine

Re: [sqlalchemy] Is Engine instance object threadsafe?

2011-03-30 Thread Michael Bayer
On Mar 30, 2011, at 6:48 PM, Ajay wrote: We use sqlalchemy 0.4.6 with elixir 0.5.2 and zope. Below is some excerpt to show how we currently create/manage one engine instance per zope thread. From what I understand from reading the documentation, the 'connection' and 'transaction'