sqlite over network share for failover
Posted
by reinier
on Stack Overflow
See other posts from Stack Overflow
or by reinier
Published on 2010-04-11T07:45:12Z
Indexed on
2010/04/11
7:53 UTC
Read the original article
Hit count: 415
sqlite
|network-share
As a follow-up of this question: sqlite-over-a-network-share
If I put the SQlite DB on a network share, but will not access it concurrently from different machines. I only have the SQLite db stored on a share so a cluster of failover computers can take over where one machine left off.
Are there any inherent problems with that approach?
© Stack Overflow or respective owner