[sqlalchemy] Sessions, threads, cherrypy visibility

2012-01-17 Thread John Hufnagle
Didn't see an answer to this in the discussions. I have: 1. slqlchemy 0.7.3, cherrypy and mysql Ver 14.14 Distrib 5.5.18, for osx10.6 2. a cherry py application that initializes the scoped session as: Session = scoped_session(sessionmaker(bind=engine)) 3a. Passes that Session instance into a

Re: [sqlalchemy] Sessions, threads, cherrypy visibility

2012-01-17 Thread Michael Bayer
On Jan 17, 2012, at 9:03 AM, John Hufnagle wrote: Didn't see an answer to this in the discussions. I have: 1. slqlchemy 0.7.3, cherrypy and mysql Ver 14.14 Distrib 5.5.18, for osx10.6 2. a cherry py application that initializes the scoped session as: Session =