On Nov 9, 2012, at 18:19 , Scott Ferguson <f...@caucho.com> wrote:

>> - My current app has no session state at all, but does intantiate a lot of 
>> Hibernate objects in the app. Hibernate caching adds to this (I don't know 
>> how writes are handled). Do you have recommendations for ensuring failover 
>> works properly in this situation?
> 
> Since I'm not a hibernate expert, someone else might need to answer this.

I might actually be wrong about this one. Without explicit (Hibernate) caching, 
I think it's actually creating a persistence session on each request, and so 
all objects are created and destroyed in the request. Hibernate caching is its 
own beast, I'm sure I'll have to tackle that next.

-- 
Rick




_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to