re: [sqlite] multiple Db's and journal file time hit?

2005-12-20 Thread sales
Thank you for the idea! Tom From: Eduardo <[EMAIL PROTECTED]> Sent: Tuesday, December 20, 2005 11:21 AM To: sqlite-users@sqlite.org Subject: re: [sqlite] multiple Db's and journal file time hit? At 17:17 19/12/2005, you wrote: >I think I've

re: [sqlite] multiple Db's and journal file time hit?

2005-12-20 Thread Eduardo
At 17:17 19/12/2005, you wrote: I think I've confused the issue a bit and the aforementioned time hit might be normal given: http://www.sqlite.org/lockingv3.html We are using a separately developed COM DLL interface to Sqlite v3: http://www.sqliteplus.com/ And we can live with the journal

Re: [sqlite] multiple Db's and journal file time hit?

2005-12-19 Thread sales
users@sqlite.org Subject: Re: [sqlite] multiple Db's and journal file time hit? [EMAIL PROTECTED] wrote: >The delay seems to coincide with the journal file creation-- it happens after >our first (committed but not yet written to disk) write attempt to the >database, the journal file d

Re: [sqlite] multiple Db's and journal file time hit?

2005-12-19 Thread Dennis Jenkins
To: sqlite-users@sqlite.org Subject: Re: [sqlite] multiple Db's and journal file time hit? [EMAIL PROTECTED] wrote: We just noticed a 30-40 second hit at early on in our program running. > Others have reported things like this caused by anti-virus software running on the same mach

Re: [sqlite] multiple Db's and journal file time hit?

2005-12-19 Thread sales
Subject: Re: [sqlite] multiple Db's and journal file time hit? [EMAIL PROTECTED] wrote: > > We just noticed a 30-40 second hit at early on in our program running. > Others have reported things like this caused by anti-virus software running on the same machine and insisting on doing

re: [sqlite] multiple Db's and journal file time hit?

2005-12-19 Thread sales
I think I've confused the issue a bit and the aforementioned time hit might be normal given: http://www.sqlite.org/lockingv3.html We are using a separately developed COM DLL interface to Sqlite v3: http://www.sqliteplus.com/ And we can live with the journal creation time if that is what it