On Wed, 2005-03-02 at 22:04 +0000, Mr. Tezozomoc wrote: > Does this mean that the in memory database can be accessed by more than one > task without giving schema corruption? > This is the problem I was having the 2.8.x... version... >
No. You will still need to protect the accesses using mutexes in order to get that to work. -- D. Richard Hipp <[EMAIL PROTECTED]>

