Deal all, I'm a new fan of NHibernate and i'm going to use NH in my new project for persisting. In this project, I planned to use MySQL as the backend relational data store w/ master-slave replication setup aim to improve the overall scalability and performance of the application by using read-write segregation and probably load balancing in the data access layer. After 3 days of research, I found that it's not trivial to implement that w/ NHibernate. Do you guys have some suggestions on this case? Shoud I implement my own IConnectionProvider to support that or are there some better ways to achieve this? Thanks in advance.
-- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
