Re: [sqlite] EXTERNAL: Terminate blocking SELECT-operation?

2010-07-12 Thread Kristoffer Danielsson

Thanks. That's exactly what I need.
 
> Date: Mon, 12 Jul 2010 06:57:13 -0500
> From: michael.bla...@ngc.com
> To: sqlite-users@sqlite.org
> Subject: Re: [sqlite] EXTERNAL: Terminate blocking SELECT-operation?
> 
> 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
> 
> 
  
_
Messenger i mobilen på 5 sekunder!
http://new.windowslivemobile.msn.com/se-SE/Default.aspx
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] EXTERNAL: Terminate blocking SELECT-operation?

2010-07-12 Thread Black, Michael (IS)
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