The fsm is a StorageAdaptor,
which stores the denotation of a place
in files.
The current implementation
uses two files per place:
- mind-body
- No extension, encoded as content-type describes
- other slots
- file name extension
.rdf,
RDF file, tag names correstpond to slot names. ;
File names: nufsm-baseconfigdir1/dir2/oid .
Where dir1 and dir2 are the first respectivley
second two letters of the oid of the place.
2003-03-13: If you place an invalid date in one rdf file as
dc-date, the garbage collector might report the problem
it multiple times (I've seen two reports).
This means for some reason the file is being read more than once.
TODO that's a bug FIXME.