views:

117

answers:

0

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?