6 May
2007
6 May
'07
6:52 a.m.
--On 6. Mai 2007 05:59:57 +1000 Andrew Milton <akm@theinternet.com.au> wrote:
+-------[ Andreas Jung ]---------------------- | | I am pleased to announce the first public release of | | SQLAlchemyDA V 0.2.0
Does this allow us to have "proper" connection pooling instead of simply having 1 connection per "DA" per configured worker thread as it is with "normal" DAs ?
It uses the SQLAlchemy connection pool. Basically for each request one connection is taken from the pool and returned to the pool after completion. Andreas