/* * The sparse cache is a cache of entire chapter indexes from sparse chapters used for searching * for names after all other search paths have failed. It contains only complete chapter indexes; * record pages from sparse chapters and single index pages used for resolving hooks are kept in * the regular page cache in the volume. * * The most important property of this cache is the absence of synchronization for read operations. * Safe concurrent access to the cache by the zone threads is controlled by the triage queue and * the barrier requests it issues to the zone queues. The set of cached chapters does not and must * not change between the carefully coordinated calls to uds_update_sparse_cache() from the zone * threads. Outside of updates, every zone will get the same result when calling * uds_sparse_cache_contains() as every other zone.
*/
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.