[mapguide-commits] r6473 - sandbox/adsk/2.4j/Server/src/Services/Feature

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


Author: christinebao
Date: 2012-01-31 18:17:17 -0800 (Tue, 31 Jan 2012)
New Revision: 6473

Modified:
   sandbox/adsk/2.4j/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: sandbox/adsk/2.4j/Server/src/Services/Feature/ServerFeatureUtil.cpp
===================================================================
--- sandbox/adsk/2.4j/Server/src/Services/Feature/ServerFeatureUtil.cpp	2012-02-01 02:11:06 UTC (rev 6472)
+++ sandbox/adsk/2.4j/Server/src/Services/Feature/ServerFeatureUtil.cpp	2012-02-01 02:17:17 UTC (rev 6473)
@@ -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