I have an application that is using memcached as it's second-level cache. The MemCached library has a maintenance thread that runs until the caching system is destroyed by CacheProvider.Stop(), which is called by SessionFactory.Close.
SessionFactory.Close is called by SessionFactory.Dispose(), but that doesn't seem to be getting called either. Obviously, you wouldn't want to close the SessionFactory when the UnitOfWork was disposed, but I can't find where in Rhino.Commons.NHibernate SessionFactory.Close is called. Any thoughts? Brian Rumschlag --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" 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/rhino-tools-dev?hl=en -~----------~----~----~----~------~----~------~--~---
