Re: [sqlalchemy] Session management with mod_wsgi and webapp2

2012-05-28 Thread Simon King
On Mon, May 28, 2012 at 12:58 AM, Bradley Mclain bradley.james.mcl...@gmail.com wrote: On Saturday, May 26, 2012 9:31:55 AM UTC+10, Michael Bayer wrote: On May 24, 2012, at 11:28 PM, Bradley Mclain wrote: Hi, Currently working on a project that use SQL alchemy with mod_wsgi,  webapp2 and

[sqlalchemy] Session management with mod_wsgi and webapp2

2012-05-25 Thread Bradley Mclain
Hi, Currently working on a project that use SQL alchemy with mod_wsgi, webapp2 and prestans (python REST framework). The backend is Oracle XE using cx_Oracle. What is the appropriate way to manage sessions in a multithreading app such as this? Currently I have been following the guide found

Re: [sqlalchemy] Session management with mod_wsgi and webapp2

2012-05-25 Thread Michael Bayer
On May 24, 2012, at 11:28 PM, Bradley Mclain wrote: Hi, Currently working on a project that use SQL alchemy with mod_wsgi, webapp2 and prestans (python REST framework). The backend is Oracle XE using cx_Oracle. What is the appropriate way to manage sessions in a multithreading app