Opened 15 years ago
Last modified 7 years ago
#1196 new defect
MapGuide unresponsive using GDAL provider (related to ticket #462)
Reported by: | ismael | Owned by: | |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | General | Version: | 2.1.0 |
Severity: | critical | Keywords: | raster, GDAL, unresponsive |
Cc: | External ID: |
Description
When using rasters (MrSID, tiff) in MapGuide, the service becomes unresponsive very quickly. Turning raster layers on/off and panning in the viewer causes following error:
Cannot create any more connections to the OSGeo.Gdal FDO provider.
When putting the GDAL provider to the list of DataConnectionPoolExcludedProviders the problem did not occur anymore at first glance (became more stable anyway).
Problem occurred with following configuration:
- MGOS 2.1 + .NET configuration
- IIS 6.0
- Windows Server 2003 SP2 (Virtual Machine)
- 2GB RAM
- Dual Core processor
Change History (3)
comment:1 by , 15 years ago
comment:2 by , 14 years ago
I have had success with 2.2 RC2 following this guide http://trac.osgeo.org/mapguide/wiki/MGOS22GdalProvider
You have to nearly always manually override the co-ordinate system as it's not being read properly
comment:3 by , 7 years ago
Milestone: | 2.2 |
---|
Although adding the GDAL provider to the list of DataConnectionPoolExcludedProviders seems to make MapGuide more stable the crash still occurs under heavy load (more than 10 users). Disabling connection pooling completely seems to make it more stable:
http://lists.osgeo.org/pipermail/mapguide-users/2009-December/020704.html