-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 10/02/2010 02:01 PM, Dave Dyer wrote:
> Not trying to blame anyone here, just to gather information and ultimately
> find a reliable solution.

Your reliable solution is to not use networked filesystems with SQLite.

Alternatives are using a database with a network protocol (Postgres,
MySQL, Oracle etc) or changing your program architecture such as by
making the database available as a web service.

> In this case, the problem seems to be associated
> with macs as clients, with either macs or pcs as servers.

You'll still need to stop using networked filesystems.  There isn't a
secret setting specifically disabled that when enabled would fix this
for you.

Ok, there is one and you can't use WAL and you won't get multi-client
concurrency:

  http://www.sqlite.org/cvstrac/wiki?p=ProxyLocking

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkynxsQACgkQmOOfHg372QTMawCfdEpohQnd4VpKHaMv1YpzOVoE
0pQAn1yGYQNfyZsvMGB5OQi/mBRfBxfM
=D1kV
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to