Re: [sqlite] Loading database from memory buffer

2008-11-27 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brown, Daniel wrote: > What will happen if I don't implement the locking functionality does > that mean that SQLite would no longer be thread safe? It means that concurrent access (from different sqlite3 pointers in the same or different processes)

Re: [sqlite] Loading database from memory buffer

2008-11-27 Thread Brown, Daniel
of SQLite Database Subject: Re: [sqlite] Loading database from memory buffer -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brown, Daniel wrote: > However writing a new VFS would > seem to be quite an time consuming solution, If you don't have to worry about implementing the locking functionali

Re: [sqlite] Loading database from memory buffer

2008-11-27 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brown, Daniel wrote: > However writing a new VFS would > seem to be quite an time consuming solution, If you don't have to worry about implementing the locking functionality (ie multi-threaded/process access) then doing your own VFS is very easy.

[sqlite] Loading database from memory buffer

2008-11-26 Thread Brown, Daniel
Good afternoon list, Is there any way to open a SQLite databases out of an in memory buffer rather than an operating system file (via a VFS)? The runtime environment of one of our platforms does not have local storage that can be accessed via a normal operating system VFS but via an interface