[Twisted-Python] adbapi MySQL read/write splitting

Itamar Turner-Trauring itamar at itamarst.org
Tue Aug 31 22:40:28 EDT 2010


On Tue, 2010-08-31 at 20:36 -0600, Jason J. W. Williams wrote:
> Sending writes (e.g. INSERTs and UPDATEs) to a master MySQL server and
> reads (SELECTs) to a slave.

So... two adbapi.ConnectionPool instances, one for the server, one for
the slave?




More information about the Twisted-Python mailing list