On 7/12/07, RaghavendraK 70574 <[EMAIL PROTECTED]> wrote:
Hi,

I want to use Sqlite as in-mem db and want this Mem to be alloacted on SHM.
Has anyone tried it?

Since sqlite3 uses file locking as an IPC mechanism to prevent
multiple modifications, you're probably best using it with a file in
/tmp or some other shared-memory based file system.  Then, the file
locking would control access to the shared memory data.

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to