[mapguide-commits] r6472 - trunk/MgDev/Server/src/Services/Feature

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Jan 31 21:11:06 EST 2012


Author: christinebao
Date: 2012-01-31 18:11:06 -0800 (Tue, 31 Jan 2012)
New Revision: 6472

Modified:
   trunk/MgDev/Server/src/Services/Feature/ServerFeatureUtil.cpp
Log:
Fix ticket http://trac.osgeo.org/mapguide/ticket/1942
Server is down when zooming map with SID type raster image.

Modified: trunk/MgDev/Server/src/Services/Feature/ServerFeatureUtil.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerFeatureUtil.cpp	2012-01-31 11:55:57 UTC (rev 6471)
+++ trunk/MgDev/Server/src/Services/Feature/ServerFeatureUtil.cpp	2012-02-01 02:11:06 UTC (rev 6472)
@@ -536,6 +536,8 @@
             __LINE__, __WFILE__, &arguments, L"MgStringEmpty", NULL);
     }
 
+    ACE_MT (ACE_GUARD_RETURN (ACE_Recursive_Thread_Mutex, ace_mon, *ACE_Static_Object_Lock::instance (), 0));
+
     Ptr<MgByteReader> byteReader;
 
     FdoPtr<FdoIRaster> fdoRaster = reader->GetRaster(rasterPropName.c_str());



More information about the mapguide-commits mailing list