Re: [sqlite] sqlite3_abort()?

2010-06-27 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/26/2010 10:18 PM, Bill Webster wrote: > My use case is long-lived C++ application, which invokes millions of worker > threads during its lifetime. Making my point about Windows application design rather well :-) > My C++ objects do "clean up af

Re: [sqlite] sqlite3_abort()?

2010-06-26 Thread Bill Webster
can't just spawn processes and let the OS take care of resource cleanup. -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Roger Binns Sent: Sunday, 27 June 2010 2:53 PM To: General Discussion of SQLite Database Subje

Re: [sqlite] sqlite3_abort()?

2010-06-26 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/26/2010 09:48 PM, Bill Webster wrote: > Closing file handles and statement handles is not particularly drastic. Not > to be encouraged obviously, but no worse than sudden termination of the > program or power-off. What is it exactly that leads y

Re: [sqlite] sqlite3_abort()?

2010-06-26 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/26/2010 07:47 PM, Bill Webster wrote: > I meant something that released all open files, blob handles, statement > handles etc., without terminating the process. > > I guess that this must've been considered and that there is a practical or > phi

Re: [sqlite] sqlite3_abort()?

2010-06-26 Thread Bill Webster
Tandetnik Sent: Sunday, 27 June 2010 1:21 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] sqlite3_abort()? Bill Webster wrote: > Sorry for not being clear enough. > > I meant something that released all open files, blob handles, statement > handles etc., without terminating the pro

Re: [sqlite] sqlite3_abort()?

2010-06-26 Thread Igor Tandetnik
Bill Webster wrote: > Sorry for not being clear enough. > > I meant something that released all open files, blob handles, statement > handles etc., without terminating the process. > > I guess that this must've been considered and that there is a practical or > philosophical objection to it. If

Re: [sqlite] sqlite3_abort()?

2010-06-26 Thread Bill Webster
From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Roger Binns Sent: Sunday, 27 June 2010 12:40 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] sqlite3_abort()? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/26/2010 07:29 PM, Bill We

Re: [sqlite] sqlite3_abort()?

2010-06-26 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/26/2010 07:29 PM, Bill Webster wrote: > Excuse me as an extreme newbie, but it would seem useful to have a method > that is guaranteed to release all resources. > > Perhaps it exists and I just didn't see it? It does indeed and is provided by y

[sqlite] sqlite3_abort()?

2010-06-26 Thread Bill Webster
Excuse me as an extreme newbie, but it would seem useful to have a method that is guaranteed to release all resources. Perhaps it exists and I just didn't see it? Bill Webster Year0 Software that works. b...@year0.com.au ___ sqlite-users ma