What are you doing in your application that causes the data to be stale? You have not given enough detail about your architecture and implementation for us to be of much help. What is your caching, if any? How are you doing session management? What FlushMode are you using?
John Davidson On Wed, Aug 11, 2010 at 5:19 PM, Praveen <[email protected]> wrote: > Hello: > > Im working on a web application which is data-centric where in we do a > lot of computations. > > Ex: Calculate monthly spending based on the financial transactions > (per category, date, year, month, etc..) > > We are currently running into a few dead locks. > > So one of the options that we were looking at is how we can leverage > the stored procedures to do these aggregations (data crunching) > > but that leads us to the point where as these aggregations happen > outside of the NHibernate Session; the application serves stale data. > > I was wondering if anybody has any ideas or approaches for this > problem. > > thanks for your help > > -Praveen > > -- > 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]<nhusers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > > -- 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.
