Hey Folks,
Would the author of the read/update mysql patch send me
an email? I want to put a credit in the AUTHORS and ChangeLog.
I have the mysql module setup to do all read queries on
one connection and all updates on another connection.
This should fit in well with mysql replication. I was
reading over the mysql documentation today and they
suggest two connections. One for the master that does
any updating and a second for the slave that does only
reading.
I will post the new version later today.
Ken