[sqlalchemy] Re: How to handle using master and number of slaves

2008-11-08 Thread Mike Bernson
Glad to known that it that simple. Thanks Michael Bayer wrote: > > On Nov 8, 2008, at 3:07 PM, Mike Bernson wrote: > >> I am looking at how to have 2 engines a session. >> >> I want to be able to switch between engine used based on >> if any writes will be happening to the data being read. I >

[sqlalchemy] Re: How to handle using master and number of slaves

2008-11-08 Thread Michael Bayer
On Nov 8, 2008, at 3:07 PM, Mike Bernson wrote: > > I am looking at how to have 2 engines a session. > > I want to be able to switch between engine used based on > if any writes will be happening to the data being read. I > can tell if any data will be modify by if the transaction > started by i