Balthasar Indermuehle wrote:

Has anyone been doing some testing on how sqlite performs in a networked multiuser environment?


Most network filesystems are *really slow*. This, in turn, makes SQLite run really slow when used over a network filesystem.

You should look into a client/server model if you want multi-user
access to a networked database.  Either go with a client/server
RDBMS or put a server wrapper around SQLite.

--
D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to