X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=TODO;fp=TODO;h=80d7339b8916a3c2013cef3ae459bd492f1edb9a;hb=6d4644faefdb3c73b3999744d622ef0dcffec02f;hp=0000000000000000000000000000000000000000;hpb=65240923f667eeb18fb688c4591ca22495491d90;p=oss%2Fdyngo.git diff --git a/TODO b/TODO new file mode 100644 index 0000000..80d7339 --- /dev/null +++ b/TODO @@ -0,0 +1,9 @@ +1. Use json file instead of dbm to save state on disk. It is small + enough to overwrite it completely each time it changes and no + need to support cocurrent access +2. Check mtime of configuration file and reread it if it changed. + Requires some refactoring + (log error and continue to use old loaded configuration if new file + contain errors. Store new timestamp to watch for further + modifications) +