Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 753 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 753 Bytes

watchbasedir

an erlang exercise

read this additionally: https://refspecs.linuxfoundation.org/LSB_2.0.1/LSB-Core/LSB-Core.html

TODO:

  • ensure you can generate a correct set of xmls
  • think of caching key for files
  • speedup file processing (changelogs, filelists, etc.)
  • make an implementation using dets
  • make a poolboy implementation capable of processing a directory file by file with not more than N threads
  • make an implementation capable of using mnesia and generating xml's with a delay for N directories with K threads
  • make an implementations capable of looking after a directory
  • make an implementation capable of lookinf after several directories with links

Cache file by {name,mtime,size} key.