This group focuses on the development *of* NHibernate rather than
development *with* NHibernate.  Please direct this question to the NHUSERS
group at http://groups.google.com/group/nhusers.

Cheers,

Steve Bohlen
sboh...@gmail.com
http://blog.unhandled-exceptions.com
http://twitter.com/sbohlen

On Tue, Dec 9, 2014 at 2:33 PM, Dennis Doomen <
dennis.doo...@avivasolutions.nl> wrote:

> Suppose I use an in-process 2nd level cache in a web farm, and one of the
> servers attempts to update an object from that same cache while the server
> has already updated that object in the background. Now suppose we use
> optimistic concurrency using a version column and the update causes a
> StaleObjectStateException. Does that automatically invalidate the second
> level cache? In other words, if I would retry the entire operation using a
> new session, would it load the actual entity from the database the second
> time?
>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "nhibernate-development" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to nhibernate-development+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"nhibernate-development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nhibernate-development+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to