Index: trunk/tools/dbzip2/dbzip2 |
— | — | @@ -17,6 +17,16 @@ |
18 | 18 | # Brion Vibber <brion@pobox.com> |
19 | 19 | # 2006-05-12 |
20 | 20 | |
| 21 | +# TODO: |
| 22 | +# Remote compressors |
| 23 | +# Use a thread pool? |
| 24 | +# Selectable number of threads |
| 25 | +# Selectable remote threads |
| 26 | +# Selectable block size |
| 27 | +# Handle remote failures gracefully |
| 28 | +# Merge blocks to single, more compatible stream |
| 29 | +# Accept file input/output, behavior like bzip2 |
| 30 | + |
21 | 31 | import bz2 |
22 | 32 | import sys |
23 | 33 | import thread |