Closed bourque closed 9 years ago
Changed code to establish a new database session for each call to the database, instead of using a global session object. This will hopefully provide a safer way to query, insert, and update the database during multiprocessing.
Changed code to establish a new database session for each call to the database, instead of using a global session object. This will hopefully provide a safer way to query, insert, and update the database during multiprocessing.