[sqlalchemy] Re: Multi-Processing Environment

2011-06-02 Thread ddarko
I use PostgreSQL, but it does not matter, because when someone changes the configuration it has still work. a new Engine needs to be created in each child fork If a worker can perform at any given time only one synchronous request and for each worker I create a new engine, it does not have any

[sqlalchemy] Re: Multi-Processing Environment

2011-05-28 Thread NiL
are you using sqlite ? if so : http://groups.google.com/group/sqlalchemy/browse_thread/thread/5e08e49fa1722f91/55940423d2e6f99f?lnk=gstq=nullpool#55940423d2e6f99f http://www.sqlalchemy.org/docs/06/core/pooling.html?highlight=nullpool#switching-pool-implementations might be of help -- You