[sqlite] Auto Reply: Re: Memory leak in sqlite 3.7.0

2010-07-26 Thread greg . burd
I will be out of the office starting July 26th on medical leave and generally unreachable. For all issues please contact my manager, Dave Segleau , for help during this time. apologies I hope to be back soon, -greg ___

[sqlite] Auto Reply: Auto Reply: using sqlitejdbc-v056 with ant build file

2010-07-26 Thread greg . burd
I will be out of the office starting July 26th on medical leave and generally unreachable. For all issues please contact my manager, Dave Segleau , for help during this time. apologies I hope to be back soon, -greg ___

[sqlite] Auto Reply: using sqlitejdbc-v056 with ant build file

2010-07-26 Thread greg . burd
I will be out of the office starting July 26th on medical leave and generally unreachable. For all issues please contact my manager, Dave Segleau , for help during this time. apologies I hope to be back soon, -greg ___

Re: [sqlite] Multithreading support approach

2010-07-02 Thread Greg Burd
I think this will change with SQLite 3.7's new Write Ahead Logging (WAL) feature. Over in the Berkeley DB team we have put a btree that implements transactional storage based on WAL under the SQLite parser/processor. This technique can support a different locking model and lead to a very high

Re: [sqlite] Accessing an sqlite db from two different programs

2010-06-28 Thread Greg Burd
Ian, You might try Berkeley DB 11gR2 (read: Berkeley DB and SQLite combined) it allows you to run multi-process access to a SQLite database and scales really well. http://download.oracle.com/berkeley-db/db-5.0.21.tar.gz Give it a whirl and then let me know what you think. -greg >

Re: [sqlite] Oracle joins the SQLite Consortium

2010-06-28 Thread Greg Burd
Igor, Happy to help. :) First IANAL and what I'm about to say is a GROSS simplification of intricate intellectual property law so with that in mind. The Sleepycat License basically says, "anything that includes/uses/calls-into Sleepycat Licensed software (in this case Berkeley DB) and is

Re: [sqlite] Oracle joins the SQLite Consortium

2010-06-22 Thread Greg Burd
Hello, My name is Greg, I'm one of the product managers within Oracle working on the Berkeley DB products. I joined Oracle when Sleepycat was acquired but I've been working on BDB for nearly nine years now. I was the one who pushed hard to integrate SQLite and BDB, I think the two products