Re: [sqlite] in-memory database and threads

2005-03-01 Thread Carl Clemens
Why sure Carly, no problem. ../bin/memdb create tables: 0.001289 load data: 0.046146 create indexes: 0.037478 Thread[0] 0.000319 Key[103407575] Date[20050107160130] Amount [64.94] Thread[0] 0.63 Key[103411009] Date[20050107200150] Amount [740.52] Thread[0] 0.52 Key[103410921

[sqlite] in-memory database and threads

2005-02-27 Thread Carl Clemens
Hello sqlite-users, If using an in-memory database, do the possible db corruption problems when using multiple threads go away and can the same db handle returned from the sqlite3_open call in the main thread be used by the worker threads? If not would it help to use mutexes to syncronize access

[sqlite] in-memory database and threads

2005-02-27 Thread Carl Clemens
Hello sqlite-users, If using an in-memory database, do the possible db corruption problems when using multiple threads go away and can the same db handle returned from the sqlite3_open call in the main thread be used by the worker threads? If not would it help to use mutexes to syncronize access