Re: [sqlite] sqlite3 and threads ...

2006-11-29 Thread Marten Feldtmann
[EMAIL PROTECTED] schrieb: the 2.4 kernel. If you are using win32 or mac os-x or linux with a 2.6 kernel, this restriction does not apply. Thats interesting ! Thanks ! Marten - To unsubscribe, send email to [EMAI

Re: [sqlite] sqlite3 and threads ...

2006-11-28 Thread drh
Marten Feldtmann <[EMAIL PROTECTED]> wrote: > I've read the book from Michael Owens about SQLite and also > read the parts about threads and sqlite3. > > Actually it seems to be possible to use the same connection > handler from different threads - but within a transaction > only one thread is all

[sqlite] sqlite3 and threads ...

2006-11-28 Thread Marten Feldtmann
I've read the book from Michael Owens about SQLite and also read the parts about threads and sqlite3. Actually it seems to be possible to use the same connection handler from different threads - but within a transaction only one thread is allowed to access the library with that particular connect