okey dokey
On Wed, Jun 30, 2010 at 2:33 AM, Ayende Rahien <[email protected]> wrote: > Please use the NHibernate users mailing list > http://groups.google.com/group/nhusers > > > On Wed, Jun 30, 2010 at 4:41 AM, Jorge <[email protected]> wrote: >> >> Hello, >> >> I am looking into distributing nhibernate reads over multiple slave >> databases, using a load balancer >> on a single virtual IP. Is this going to wreak havoc on nhibernate >> caching? If an entity is cached from >> a read on slave 1, and I try to read the same entity on slave 2, will >> I get the cached version, or will I hit >> the slave 2 database ? >> >> Thanks! > >
