[PHP-DB] Re: Load balancing and SQLite

2004-05-15 Thread Hans Lellelid
Hi all, I think Justin's absolutely right: don't use SQLite if you're doing the type of project where you need load balancing. As for NFS, I haven't had major problems with it myself, but it's always called the Network Failure System by many people I trust. It can (will) also cause quite a bit

[PHP-DB] Re: Load balancing and SQLite

2004-05-15 Thread Justin Patrin
Andy Ladouceur wrote: Hey everyone, Currently planning out the databases for a large project, and have decided to use separate SQLite database files for each users hit statistics. The problem is, there are two webservers, with a load balancer. I'm wondering what suggestions people might have on