Next: , Previous: , Up: Top   [Contents][Index]


4 Data files

There are 6 main meta-data files share between 3 categories.

All of theses file are locked by the kernel when parsing and serializing using the reader/writer algorithm. This ensure the different processes will not read and modify the same ressource at same time.

The 3 shared collection files are processed to build the same browsable HTML index on each servers (see misc).

Relational schema:

mediatex-figures/data1

Code:

src/misc/locks.c
src/memory/archive.h
src/common.openClose.c

Next: , Previous: , Up: Top   [Contents][Index]