Ticket #2257 (new defect)
ossimElevationDatabase does not cache state of unexisting files
| Reported by: | jmichelotb | Owned by: | sbortman |
|---|---|---|---|
| Priority: | normal | Milestone: | OSSIM 2.0 |
| Component: | Performance and Stability | Version: | OMAR 1.8.8 |
| Severity: | normal | Keywords: | |
| Cc: | mathieu.velten@… |
Description
In ossimElevationDatabase, line 116 ( http://trac.osgeo.org/ossim/browser/trunk/ossim/src/ossim/elevation/ossimElevationDatabase.cpp)
If the evelation cell file does not exist on the filesystem, the status is not recorded in cache, and the unkown file may be looked up each time elevation is requested, leading to filesystem overload.
See possible patch attached.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


