Hi all

I'm looking at switching the database that I use for
my XCode/Cocoa application from MySQL to SQLite. (I'm
getting tired of all the incompatibilities with new
versions of MySQL). 

But I need to be able to use it as a server with at
most 10 clients that occasionally use the system. I
noticed in the documentation that it said the
following 
"so, the file locking logic of many network
filesystems implementation contains bugs (on both Unix
and windows). If file locking does not work like it
should, it might be possible for two or more client
programs to modify the same part of the same database
at the same time, resulting in database corruption."

>From users' experience, is SQLite likely to be safe
with so few clients on a local network. 

Also how do I login to the SQLite database from a
client app?

Cheers
Jeff




      Get the name you always wanted with the new y7mail email address.
www.yahoo7.com.au/y7mail


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to