Archiv für den Monat June, 2011

No protocol flag for transaction aware load balancing

Friday, June 3rd, 2011

The PHP replication and load balancing plugin has a configuration setting to run all transactions on the master. But how to detect the start of a transaction? I got a hint to look at a flag in the client-server protocol which tells us, if we are in a transaction. I was not aware of […]