hi, I have two machines for a Django-powered site and they are  setup
to be duplicates to provide redundancy. Each one runs its own apache
instance and accesses the same Django apps on a shared disk.

The problem I have is that I need a single database. The users should
not need to know which machine they're actually connecting to. As I
understand it, I can't do that with MySQL. I can make one a master and
one a slave, but that's not duplication of machines. I tried making a
symlink from /usr/local/mysql/var to a shared disk location for both
MySQL servers, but that is a Bad Idea (from what I read this weekend).

So finally, my question is how to solve the problem and maybe whether
SQLite would be a better database since AIUI, it is simply file-based.

thanks,
--Tim Arnold

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to