Author: reinhard Date: 2005-09-27 10:15:44 -0500 (Tue, 27 Sep 2005) New Revision: 8013
Modified: trunk/gnue-appserver/INSTALL trunk/gnue-appserver/ROADMAP.in trunk/gnue-appserver/TODO Log: Doc updates. Modified: trunk/gnue-appserver/INSTALL =================================================================== --- trunk/gnue-appserver/INSTALL 2005-09-27 15:05:21 UTC (rev 8012) +++ trunk/gnue-appserver/INSTALL 2005-09-27 15:15:44 UTC (rev 8013) @@ -25,7 +25,7 @@ You can find more information about possible database backends on the web page http://www.gnuenterprise.org/tools/common/databases/. -* GNUe Common 0.5.13 or greater [gnue-common] +* GNUe Common 0.6.1 or greater [gnue-common] To build the documentation, you need GNU Texinfo 4.0 or newer installed. Modified: trunk/gnue-appserver/ROADMAP.in =================================================================== --- trunk/gnue-appserver/ROADMAP.in 2005-09-27 15:05:21 UTC (rev 8012) +++ trunk/gnue-appserver/ROADMAP.in 2005-09-27 15:15:44 UTC (rev 8013) @@ -25,7 +25,12 @@ IN PROGRESS + 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) + + FINISHED @@ -36,17 +41,12 @@ GOALS - The 0.6 Release will add multitasking, a management interface, and - implement transaction and locking support. + The 0.6 Release will add a management interface and implement + transaction and locking support. TODO - 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) (*) - move transaction and locking support in the Appserver itself add a Management interface with a safe 'shutdown' command. Modified: trunk/gnue-appserver/TODO =================================================================== --- trunk/gnue-appserver/TODO 2005-09-27 15:05:21 UTC (rev 8012) +++ trunk/gnue-appserver/TODO 2005-09-27 15:15:44 UTC (rev 8013) @@ -22,7 +22,18 @@ Role based access permissions on object create/modify/delete and field read/write basis + Move date/time handling from mx.DateTime to Python's native datetime types. +---------------------------------------------------------------------- +IN PROGRESS +---------------------------------------------------------------------- + + 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) + + ====================================================================== 0.6 Releases ====================================================================== @@ -31,18 +42,13 @@ GOALS ---------------------------------------------------------------------- - The 0.6 Release will add multitasking, a management interface, and - implement transaction and locking support. + The 0.6 Release will add a management interface and implement + transaction and locking support. ---------------------------------------------------------------------- TODO ---------------------------------------------------------------------- - 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) (*) - move transaction and locking support in the Appserver itself add a Management interface with a safe 'shutdown' command. _______________________________________________ Commit-gnue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnue
