Hi All- I'm using the NHibernate.Caches.Velocity provider with Microsoft Velocity CTP3. The current implementation uses cache regions (because the ICacheProvider.BuildCache takes in a region name as one if it's params, and because you're only able to clear an entire group of objects in Velocity if they're in a region). The issue is that when using regions, you lose some of the benefits of a distributed cache since objects in a region are always pinned to the same physical node. For now, I've updated the source code to ignore regions and just use the default system regions but wanted to see what others here thought.
-Rob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
