Hi Peter,

Thank you very much for answering.

On 10 juin, 02:38, Peter Hansen <[EMAIL PROTECTED]> wrote:
> As Python has no way to actually terminate a thread, can you explain
> what you mean by "stop this thread"?  Are you simply cloning the code
> from the wxPython example, with the delayedresult.AbortEvent() object,
> and calling .set() on it?

That's exactly what I do.
My Abort button is linked to an abort function which calls
abortEvent.set(), like in the demo.
In the producer function, I launch the query.
What I'd like to do  is to be able to stop the thread, while the query
is being done.
Is it possible or am I trying to do something impossible ?

Thanks
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