commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r7087 - trunk/gnue-appserver


From: reinhard
Subject: [gnue] r7087 - trunk/gnue-appserver
Date: Thu, 3 Mar 2005 05:33:37 -0600 (CST)

Author: reinhard
Date: 2005-03-03 05:33:36 -0600 (Thu, 03 Mar 2005)
New Revision: 7087

Modified:
   trunk/gnue-appserver/ROADMAP.in
   trunk/gnue-appserver/TODO
Log:
Updated roadmap.


Modified: trunk/gnue-appserver/ROADMAP.in
===================================================================
--- trunk/gnue-appserver/ROADMAP.in     2005-03-03 11:17:32 UTC (rev 7086)
+++ trunk/gnue-appserver/ROADMAP.in     2005-03-03 11:33:36 UTC (rev 7087)
@@ -34,30 +34,26 @@
 
 
 GOALS
-  The 0.6 Release will add a management interface and implement transaction and
-  locking support.
+  The 0.6 Release will add multitasking, a management interface, and
+  implement transaction and locking support.
 
 
 TODO
 
-  [RPC API]
+  Fork a new server process for each session
 
-    Add session management (i.e. use a timeout for a session as a whole,
-    to release all session objects after a session timeouts) (*)
+  Add session management (i.e. use a timeout for a session as a whole,
+  to release all session objects after a session timeouts) (*)
 
-  [Data Interface]
+  move transaction and locking support in the Appserver itself
 
-    move transaction and locking support in the Appserver itself
+  add a Management interface with a safe 'shutdown' command.
+  (i.e. wait until all sessions are closed and forbid new sessions)
 
-  [Management Interface]
+  status monitoring support (memory usage, current query, current
+  sessions, ..)
 
-    add a Management interface with a safe 'shutdown' command.
-    (i.e. wait until all sessions are closed and forbid new sessions)
 
-    status monitoring support (memory usage, current query, current
-    sessions, ..)
-
-
 IN PROGRESS
 
 

Modified: trunk/gnue-appserver/TODO
===================================================================
--- trunk/gnue-appserver/TODO   2005-03-03 11:17:32 UTC (rev 7086)
+++ trunk/gnue-appserver/TODO   2005-03-03 11:33:36 UTC (rev 7087)
@@ -31,25 +31,25 @@
 GOALS
 ----------------------------------------------------------------------
 
-  The 0.6 Release will add a management interface and implement transaction and
-  locking support.
+  The 0.6 Release will add multitasking, a management interface, and
+  implement transaction and locking support.
 
 ----------------------------------------------------------------------
 TODO
 ----------------------------------------------------------------------
 
-RPC API
-  * Add session management (i.e. use a timeout for a session as a whole,
-    to release all session objects after a session timeouts) (*)
+  Fork a new server process for each session
 
-Data Interface
-  * move transaction and locking support in the Appserver itself
+  Add session management (i.e. use a timeout for a session as a whole,
+  to release all session objects after a session timeouts) (*)
 
-Management Interface
-  * add a Management interface with a safe 'shutdown' command.
-    (i.e. wait until all sessions are closed and forbid new sessions)
-  * status monitoring support (memory usage, current query, current
-    sessions, ..)
+  move transaction and locking support in the Appserver itself
 
+  add a Management interface with a safe 'shutdown' command.
+  (i.e. wait until all sessions are closed and forbid new sessions)
 
+  status monitoring support (memory usage, current query, current
+  sessions, ..)
 
+
+





reply via email to

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