Given the recent changes for modularity has there been any thought to being able to configure a seperate shared cache across multiple regions. Something like the Jakarta JCS stuff (http://jakarta.apache.org/jcs/) comes to mind. I'm not suggesting that specific implementation but simply that if you provide a way to specify assets such that you can interpose a shared cache in the middle (not directly tied to a single region) you might see better cache utilization with overall memory use lower. I don't know how often the current caching code does cache invalidation (or even if it does) but having a shared cache across multiple regions might lower that overhead as well.
Mike On Sun, 2009-05-31 at 15:12 +0000, Michael Cortez wrote: > Dan wrote: > > Is it possible to configure a huge disk asset-cache for region servers? > A disk cache is currently being tested. > > No guarantees, warranties, express or implied but the test patch is > available at > > http://code.google.com/p/flotsam/downloads/list > > This is just something I threw together in a couple minutes of coding as > a proof of concept for a file cache. There is no limiting or expiration > mechanism, and as such is not appropriate for production use. If > testing proves that it's useful, then I'll submit to mantis for > inclusion in OpenSim SVN. > > -- > Michael Cortez > _______________________________________________ > Opensim-dev mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/opensim-dev _______________________________________________ Opensim-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-dev
