TODO 606 B

12345678910111213141516171819
  1. TODO:
  2. == current problems / short term
  3. - symux queues rrd values for a particular time. Cheers to Jean-Gérard
  4. Pailloncy for the suggestion.
  5. - rewrite sm_proc.c, don't count shared pages twice
  6. - check shared memory for hackable bugs. (master should only write, clients
  7. should only read. clients should check incoming data for sanity.)
  8. - check for availability of rrd before compilation
  9. - make user/group part of makefile.inc
  10. == longer term
  11. - change rrd to accommodate batch updates
  12. - write a muxer that supports unix pipes
  13. - test framework
  14. $Id: TODO,v 1.30 2007/11/29 13:59:03 dijkstra Exp $