h
authorChristian Grothoff <christian@grothoff.org>
Tue, 16 Jun 2009 18:16:12 +0000 (18:16 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 16 Jun 2009 18:16:12 +0000 (18:16 +0000)
TODO
src/util/io_handle.h

diff --git a/TODO b/TODO
index 029a3558c1d8bb4fe2a085f473cc1382e4a14bb9..f57bd0ad90b9a89a18609ea0577d751036bb9043 100644 (file)
--- a/TODO
+++ b/TODO
@@ -57,8 +57,8 @@ PHASE #2: (Goal: recover basic file-sharing functionality)
 
 Datastores:
 * implement sqlite-based sqstore/datastore service
-  + implement library (talks to service)
   + implement service (datastore + talks to plugin)
+  + implement library (talks to service)
   + implement sqlite plugin (talks to DB)
 * implement sqlite-based dstore services
   + implement library (talks to service)
@@ -69,8 +69,6 @@ Applications:
 * DHT, DV
 * FS / fs-libs
 
-Databases:
-* have ONE backend working
 
 
 PHASE #3: (Goal: ready for pre-release) [completion-goal: end of 2009]
@@ -149,6 +147,8 @@ Minor TODO items:
   - implement exponential back-off for service restarts
   - better tracking of which config changes actually need to cause process restarts by ARM.
   - have way to specify dependencies between services (to manage ARM restarts better)
+  - client-API is inefficient since it opens a TCP connection per service that is started
+    (instead of re-using connections).
 * PEERINFO:
   - have gnunet-peerinfo print actual host addresses again
   - add option to gnunet-peerinfo to modify trust value
index cafbdf1eed1c8976eb0589ace800702663ef32e5..04e7357486d2bd3a0e0767f44d8197adda5b3951 100644 (file)
@@ -19,7 +19,7 @@
 */
 
 /**
- * @file util/io_handle.c
+ * @file util/io_handle.h
  * @brief wrapper structure for file handles, sockets, ...
  */