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
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