Re: [sqlalchemy] Thread safety - is it safe to use the core in a web application?

2015-03-31 Thread Michael Bayer
Duke Dougal wrote: > I am using the Falcon web server and SqlAlchemy core. > > I have read warnings about it not being thread safe. > > I'm not sure what the implications are of this. Will there be a problem or > can I code around it somehow? > > I'm trying to avoid the ORM for now - at le

[sqlalchemy] Thread safety - is it safe to use the core in a web application?

2015-03-31 Thread Duke Dougal
I am using the Falcon web server and SqlAlchemy core. I have read warnings about it not being thread safe. I'm not sure what the implications are of this. Will there be a problem or can I code around it somehow? I'm trying to avoid the ORM for now - at least until I have some grasp of what th