TORAQuery.Executing doesn't become false if it's in a thread
Posted: Thu 08 Oct 2009 11:10
Hi,
I'm building a server application and every query running in his own thread. I need to "stop" the execution of a specified query inside a specific "User session".
I have a problem with NonBlocking = true inside a thread.
MyORAQuery.executing doesn't not become false, althoug if the same code in a non multithreaded application work well.
There is some known problems with this aproach?
Thanks.
Salvatore
I'm building a server application and every query running in his own thread. I need to "stop" the execution of a specified query inside a specific "User session".
I have a problem with NonBlocking = true inside a thread.
MyORAQuery.executing doesn't not become false, althoug if the same code in a non multithreaded application work well.
There is some known problems with this aproach?
Thanks.
Salvatore