cmogstored 1.8.1 - use default system stack size
[cmogstored.git] / TODO
blob970b1c9af20b5625c05eea438f7cf3a784e301d3
1 * SIGWINCH/SIGHUP to stop/restart worker threads during upgrade
2 * hot management interface
3 * reduce/minimize memory/stack usage
4   - switch from gnulib/hash to khash
5 * optional fsync/fdatasync/O_SYNC/msync for PUT (how?)
6 * fallocate support?  slow emulation interfaces can be a problem...
7 * inotify (and kqueue) support for detecting new device directories
8 * cleanups: favor ccan/{list,container_of,check_types} ...
9 * rewrite test suite using Perl5 (Ruby language is too unstable)