smugfs(4): new program

This commit is contained in:
Russ Cox 2008-08-03 07:42:27 -07:00
parent 3d36f44373
commit 18824b5868
17 changed files with 4299 additions and 0 deletions

22
src/cmd/smugfs/NOTES Normal file
View file

@ -0,0 +1,22 @@
* Threading:
Uploads run in parallel with main fs operation.
Otherwise, main fs operation is single-threaded.
Could multi-thread the rest but would have to lock the
cache properly first.
Right now, only one upload at a time.
Could have more by kicking off multiple
uploader procs.
* Implement subcategories.
* Implement renames of categories.
* Implement renames of albums.
* Implement album settings file.
* Implement image settings file.