Abort thread with SQLAlchemy

Mike Driscoll <mike <at> pythonlibrary.org> writes:

It's probably SQLAlchemy. I think it pools SQL connections, so in a way
it probably does threading itself. Try running your program just using
bare SQL with whatever connector SA is using and see if you can abort then.

-------------------
Mike Driscoll

Thank you Mike

I thought it was SQLAlchemy since it worked without problems with more usual
computations
Thanks

Dominique