commit-gnue
[Top][All Lists]
Advanced

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

r5137 - in trunk/gnue-appserver: . src


From: reinhard
Subject: r5137 - in trunk/gnue-appserver: . src
Date: Thu, 19 Feb 2004 05:01:33 -0600 (CST)

Author: reinhard
Date: 2004-02-19 05:01:31 -0600 (Thu, 19 Feb 2004)
New Revision: 5137

Modified:
   trunk/gnue-appserver/BUGS
   trunk/gnue-appserver/src/geasSessionManager.py
Log:
Fixed BUG list, appserver should now close connections properly.


Modified: trunk/gnue-appserver/BUGS
===================================================================
--- trunk/gnue-appserver/BUGS   2004-02-19 10:40:58 UTC (rev 5136)
+++ trunk/gnue-appserver/BUGS   2004-02-19 11:01:31 UTC (rev 5137)
@@ -6,9 +6,6 @@
 * gnue-common's appserver dbdriver requests the list of types each time a query
   is done.  Actually it should be enough to request it once the form is opened.
 
-* gnue-common's appserver dbdriver doesn't  close a session after a connection
-  is finished or authentication failed
-
 * gnue-common's appserver dbdriver does a query with an impossible condition to
   create an empty result set.  This causes superflous RPC calls to AppServer.
   It should be possible for gnue-common to create an empty result set without

Modified: trunk/gnue-appserver/src/geasSessionManager.py
===================================================================
--- trunk/gnue-appserver/src/geasSessionManager.py      2004-02-19 10:40:58 UTC 
(rev 5136)
+++ trunk/gnue-appserver/src/geasSessionManager.py      2004-02-19 11:01:31 UTC 
(rev 5137)
@@ -83,7 +83,6 @@
     # TODO use a better session ID than this one
     self._sessNo = self._sessNo + 1
 
-    # TODO: close connections on logout
     loginHandler = self._connections._loginHandler
     loginOptions = self._connections._loginOptions
     location     = self._connections._location





reply via email to

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