[mapguide-commits] r9397 - sandbox/adsk/3.0m/Server/src/Common/Manager

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Jul 18 22:25:46 PDT 2018


Author: christinebao
Date: 2018-07-18 22:25:46 -0700 (Wed, 18 Jul 2018)
New Revision: 9397

Modified:
   sandbox/adsk/3.0m/Server/src/Common/Manager/FdoConnectionManager.cpp
Log:
AIMS 2016: One AIMS user reported that he had performance issue when opening Oracle connection. After investigation, I found it is caused by the ActivateLongTransaction() call of cached FDO connection. So I comment out the line temporarily to create hotfix for this customer. 

Modified: sandbox/adsk/3.0m/Server/src/Common/Manager/FdoConnectionManager.cpp
===================================================================
--- sandbox/adsk/3.0m/Server/src/Common/Manager/FdoConnectionManager.cpp	2018-06-09 05:00:33 UTC (rev 9396)
+++ sandbox/adsk/3.0m/Server/src/Common/Manager/FdoConnectionManager.cpp	2018-07-19 05:25:46 UTC (rev 9397)
@@ -309,7 +309,7 @@
         else
         {
             // Need to activate long transaction again for some providers.
-            ActivateLongTransaction(pFdoConnection, longTransactionName);
+            // ActivateLongTransaction(pFdoConnection, longTransactionName);
         }
 
         #ifdef _DEBUG_FDOCONNECTION_MANAGER



More information about the mapguide-commits mailing list