Displaying 1 result from an estimated 1 matches for "fullfsync".
Did you mean:
full_sync
2006 Feb 18
4
Using Sqlite3 Activerecord with multiple clients
Hi,
Here is my problem. I have sqlite3 as the db backend for rails. In
addition to Rails, I also have another process that is writing to the db
file so that rails can read from the same db file and get updates. The
rails is responsible mostly for reading (and displaying) but also it
occasionally make modifications to it.
However it seems that the activerecord adapter for sqlite3 is locking