gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r8585 - in gnunet: . src/util


From: gnunet
Subject: [GNUnet-SVN] r8585 - in gnunet: . src/util
Date: Tue, 16 Jun 2009 12:16:12 -0600

Author: grothoff
Date: 2009-06-16 12:16:12 -0600 (Tue, 16 Jun 2009)
New Revision: 8585

Modified:
   gnunet/TODO
   gnunet/src/util/io_handle.h
Log:
h

Modified: gnunet/TODO
===================================================================
--- gnunet/TODO 2009-06-15 20:35:59 UTC (rev 8584)
+++ gnunet/TODO 2009-06-16 18:16:12 UTC (rev 8585)
@@ -57,8 +57,8 @@
 
 Datastores:
 * implement sqlite-based sqstore/datastore service
+  + implement service (datastore + talks to plugin)
   + implement library (talks to service)
-  + implement service (datastore + talks to plugin)
   + implement sqlite plugin (talks to DB)
 * implement sqlite-based dstore services
   + implement library (talks to service)
@@ -69,8 +69,6 @@
 * 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 @@
   - 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

Modified: gnunet/src/util/io_handle.h
===================================================================
--- gnunet/src/util/io_handle.h 2009-06-15 20:35:59 UTC (rev 8584)
+++ gnunet/src/util/io_handle.h 2009-06-16 18:16:12 UTC (rev 8585)
@@ -19,7 +19,7 @@
 */
 
 /**
- * @file util/io_handle.c
+ * @file util/io_handle.h
  * @brief wrapper structure for file handles, sockets, ...
  */
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]