[sqlite] Using WAL without shared memory, no exclusive, but single file descriptor

2012-02-08 Thread Marc L. Allen
Have a file system that lacks file sharing and based on responses from this group, I've implemented a VFS that has all connections using the same file share a file descriptor for that file. It seems to me that this has the same effect as a memory mapped file would. Does this mean that I could

Re: [sqlite] Using WAL?

2011-01-03 Thread Olaf Schmidt
"Sachin Gupta" schrieb im Newsbeitrag news:51b335651c9a0c4ea520d47f23a580b414f5baf...@sinnodmbx001.techmahindra.com... > Following are the setup details that we are presuming that our > application will be put through test: > > 1. One writer thread (To avoid