Do you maybe want a combination of
 
http://www.sqlite.org/c3ref/progress_handler.html
And
http://www.sqlite.org/c3ref/interrupt.html
 
If you really need asynch queries then I think you'll have to thread it or fork 
it yourself.
 
Michael D. Black
Senior Scientist
Northrop Grumman Mission Systems
 

________________________________

From: sqlite-users-boun...@sqlite.org on behalf of Kristoffer Danielsson
Sent: Mon 7/12/2010 6:39 AM
To: sqlite-users@sqlite.org
Subject: EXTERNAL:[sqlite] Terminate blocking SELECT-operation?




I would like to perform an asynchronous SELECT, terminatable by a semaphore or 
equivalent. The problem I'm trying to solve is to allow termination of a 
blocking SELECT-operation that take too long.



Does SQLite support that?
                                         
_________________________________________________________________
Håll skräpposten borta med nya Hotmail. Klicka här!
http://explore.live.com/windows-live-hotmail
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to