Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Given a desire to support restoring lost files and external file system management (via AFS, etc.), I am exploring a new implementation of Content Hosting based solely on a standard file system. Naturally, there are trade-offse with this approach. It may not be as fast as the existing implementation, and some way needs to be found to associate base files with their metadata files. Coupled with this is a desire (expressed by some) to implement some form of JSR-170.

See also, CH Project Notes

Planned Approach

  1. Map directory names and file names directly to an underlying (specified) file system.
  2. Save properties in a file called file-name.properties, where file name corresponds to the base file name.
  3. Save attachement references in a file called file-name.attachments.

...