From 18824b586835525594cde126fbc90b8281d5af8b Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sun, 3 Aug 2008 07:42:27 -0700 Subject: smugfs(4): new program --- src/cmd/smugfs/NOTES | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/cmd/smugfs/NOTES (limited to 'src/cmd/smugfs/NOTES') diff --git a/src/cmd/smugfs/NOTES b/src/cmd/smugfs/NOTES new file mode 100644 index 00000000..b8899915 --- /dev/null +++ b/src/cmd/smugfs/NOTES @@ -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. + -- cgit v1.2.3