[mapguide-trac] #39: "thread model is not supported" error when previewing GDAL based layers

MapGuide Open Source trac_mapguide at osgeo.org
Fri Apr 6 19:31:39 EDT 2007


#39: "thread model is not supported" error when previewing GDAL based layers
-------------------------------+--------------------------------------------
 Reporter:  tomfukushima       |         Owner:  brucedechant
     Type:  defect             |        Status:  new         
 Priority:  high               |     Milestone:  1.2         
Component:  Feature Service    |       Version:  1.2.0       
 Severity:  major              |    Resolution:              
 Keywords:  GDAL thread model  |   External_id:              
-------------------------------+--------------------------------------------
Comment (by brucedechant):

 The minimum thread model supported by the MapGuide server is
 FdoThreadCapability_PerConnectionThreaded because
 FdoThreadCapability_SingleThreaded impacts the server performance
 significantly due to having to block all the server's threads using the
 single threaded provider. The current server core is not designed to
 restrict this type of provider threading and therefore the minimum
 FdoThreadCapability_PerConnectionThreaded is now enforced.

 My suggestion is to make the GDAL provider thread safe so that it can work
 within a multi-threaded server.

-- 
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/39#comment:2>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list