smugfs(4): new program
This commit is contained in:
parent
3d36f44373
commit
18824b5868
17 changed files with 4299 additions and 0 deletions
22
src/cmd/smugfs/NOTES
Normal file
22
src/cmd/smugfs/NOTES
Normal 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.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue