[sqlalchemy] The number of connection exceeded

2011-01-27 Thread Eduardo
Dear all, I am writing an application to scan a directory system and store metadata in DB. For each directory I create a separate process in which scanning and metadata feed is performed. Now I have following problems: 1) I am forced to start a session in each process and bind them for the engine

Re: [sqlalchemy] The number of connection exceeded

2011-01-27 Thread Michael Bayer
On Jan 27, 2011, at 5:11 AM, Eduardo wrote: Dear all, I am writing an application to scan a directory system and store metadata in DB. For each directory I create a separate process in which scanning and metadata feed is performed. Now I have following problems: 1) I am forced to start a