Thanks for the work on the store. I think with the dispose option to put the store onto disk at shutdown that will work well, although the machine could spend a long time shutting down if you have a lot of objects in memory. I like the MRU store as I can throw lots of RAM at serving from cache (and it is fast!) but having it persist to disk reduces the cost of startup.
Alternatively if this doesn't work for me I can use the file store. Thxs CB > > Then you can use the FilesystemStore. No need for a Memory > store with this solution. > > BTW: How would you implement this? The filenames are not the > same as the requested pages. They are parts of the xml serialization. > > FilesystemStore is part of the store package under Cocoon. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]