[mapserver-commits] r12895 - trunk/mapserver/mapcache

svn at osgeo.org svn at osgeo.org
Tue Dec 13 12:20:18 EST 2011


Author: tbonfort
Date: 2011-12-13 09:20:18 -0800 (Tue, 13 Dec 2011)
New Revision: 12895

Modified:
   trunk/mapserver/mapcache/mapcache.xml.sample
Log:
add <threaded_fetching> entry


Modified: trunk/mapserver/mapcache/mapcache.xml.sample
===================================================================
--- trunk/mapserver/mapcache/mapcache.xml.sample	2011-12-13 17:17:46 UTC (rev 12894)
+++ trunk/mapserver/mapcache/mapcache.xml.sample	2011-12-13 17:20:18 UTC (rev 12895)
@@ -834,6 +834,9 @@
         this location should be writable by the apache user
    -->
    <lock_dir>/tmp</lock_dir>
+
+   <!-- use multiple threads when fetching multiple tiles (used for wms tile assembling -->
+   <threaded_fetching>true</threaded_fetching>
    
    
    <!-- fastcgi only -->



More information about the mapserver-commits mailing list