Caching that's multi-process safe

From OPeNDAP Documentation
Revision as of 19:51, 21 March 2012 by Jimg (talk | contribs) (→‎Problem)
⧼opendap2-jumptonavigation⧽
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Problem

We have several cases where files need to be cached. These include at least: files that have been decompressed and responses from the web that can be cached using the HTTP/1.1 rules. We need for the caching to be both thread safe and multi-process safe. That is, the cache needs to be shared between processes that do not, otherwise, synchronize their operation.

Background

Proposed solution