aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/smugfs/NOTES
blob: b88999155c5cff46fe9513d328f9eca0978967ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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.