Hello All,

I am using delayedresult (which is a class to do threading in
wxPython) for a query with SQLAlchemy, using SQLite.

I have an 'opened' session in the main App thread.

I create another session under the delayedresult thread.
When I try to stop this thread with a dedicated button, the thread
doesn't abort and goes on till it sends the result.

Does anybody knows  how to tackle this issue ? Should I close the
first session under the main App ?
Something else ?

Many thanks in advance for any hints

Dominique
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to