Blame


1 18824b58 2008-08-03 rsc
2 18824b58 2008-08-03 rsc * Threading:
3 18824b58 2008-08-03 rsc
4 18824b58 2008-08-03 rsc Uploads run in parallel with main fs operation.
5 18824b58 2008-08-03 rsc Otherwise, main fs operation is single-threaded.
6 18824b58 2008-08-03 rsc Could multi-thread the rest but would have to lock the
7 18824b58 2008-08-03 rsc cache properly first.
8 18824b58 2008-08-03 rsc
9 18824b58 2008-08-03 rsc Right now, only one upload at a time.
10 18824b58 2008-08-03 rsc Could have more by kicking off multiple
11 18824b58 2008-08-03 rsc uploader procs.
12 18824b58 2008-08-03 rsc
13 18824b58 2008-08-03 rsc * Implement subcategories.
14 18824b58 2008-08-03 rsc
15 18824b58 2008-08-03 rsc * Implement renames of categories.
16 18824b58 2008-08-03 rsc
17 18824b58 2008-08-03 rsc * Implement renames of albums.
18 18824b58 2008-08-03 rsc
19 18824b58 2008-08-03 rsc * Implement album settings file.
20 18824b58 2008-08-03 rsc
21 18824b58 2008-08-03 rsc * Implement image settings file.
22 18824b58 2008-08-03 rsc