Re: [sqlite] SQLITE_ENABLE_MEMORY_MANAGEMENT still single threaded?

2009-05-18 Thread Colin Goldie
Thanks Dan, the upgrade to 3.6.14 sorted out all memory related issues. "Using the same thread/connection-handle for reading and writing a Database might improve performance." Interesting comment, currently a single connection-handle is opened and shared amongst threads. Each thread has its

[sqlite] SQLITE_ENABLE_MEMORY_MANAGEMENT still single threaded?

2009-05-18 Thread Colin Goldie
Hi, The latest info I can find about SQLITE_ENABLE_MEMORY_MANAGEMENT is from mid 2006 - "FAQ said that it might be problematic to use more than one thread with SQLITE_ENABLE_MEMORY_MANAGEMENT". Is this still the case in 3.6.14 ? - The latest FAQ mentions nothing about