On Tue, Feb 3, 2009 at 3:17 AM, mathew wong <[email protected]> wrote:

> Good question is this possible?


Whole point of SQLite is not to be database managed by server.
Many-read-one-write. But nothing is going to stop you from saving temp.
databases in a directory, if main database is locked from write and then
merging in by hand in code.

I just don't see why. If you need real concurrency use something that was
designed for it.

-- 
ʎɹnʇɐuƃʎs ɐɾɔɐzılıqɐʇsǝp
ıʞsʍoʞıuoɹq-ulǝddo lıɯǝ

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to