#1793 closed defect (fixed)
AIMS hang when foreign WMS is not available anymore
Reported by: | ChristineBao | Owned by: | Christine Bao |
---|---|---|---|
Priority: | low | Milestone: | 2.3 |
Component: | General | Version: | 2.2.0 |
Severity: | major | Keywords: | |
Cc: | External ID: | 1408450 |
Description
Reported from Autodesk Customer:
He uses MapGuide to connect to WMS server and create maps. Sometimes the WMS server is not stable, it can deals with GetCapabilities request, but cannot respond to GetMap request. The customer complains that the map will hands up for minutes if WMS is offline, and he wants quicker return in this case.
Attachments (3)
Change History (10)
comment:1 by , 13 years ago
by , 13 years ago
Attachment: | MG_WMSTimeout.patch added |
---|
comment:3 by , 13 years ago
Add attachment http://trac.osgeo.org/mapguide/attachment/ticket/1793/MG_WMSTimeout2.patch.
According to discussion improve the config setting to be according to provider. It's formatted as: OSGeo.WMS:120,OSGeo.SDF:100 The first is provider name, the second is timeout seconds.
by , 13 years ago
Attachment: | MG_WMSTimeout2.patch added |
---|
by , 13 years ago
Attachment: | MG_WMSTimeout3.patch added |
---|
comment:7 by , 13 years ago
Some files are forgot in previous submission. Integrate more files in r6534 to Reeses SP2.
Tech assessment: FDO WMS provider needs to support ConnectionTimeout() (ticket http://trac.osgeo.org/fdo/ticket/772), and MapGuide use serverconfig.ini to let user config it.