diff options
author | Russ Cox <rsc@swtch.com> | 2008-08-03 07:42:27 -0700 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2008-08-03 07:42:27 -0700 |
commit | 18824b586835525594cde126fbc90b8281d5af8b (patch) | |
tree | e8b69c05eda4543b6d2f3d30777abe6109b48b7f /src/cmd/smugfs/NOTES | |
parent | 3d36f4437348227c5bad62587dc12b5fd4a3e95e (diff) | |
download | plan9port-18824b586835525594cde126fbc90b8281d5af8b.tar.gz plan9port-18824b586835525594cde126fbc90b8281d5af8b.tar.bz2 plan9port-18824b586835525594cde126fbc90b8281d5af8b.zip |
smugfs(4): new program
Diffstat (limited to 'src/cmd/smugfs/NOTES')
-rw-r--r-- | src/cmd/smugfs/NOTES | 22 |
1 files changed, 22 insertions, 0 deletions
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. + |