This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
On 5/4/2011 10:13 AM, Jon Blower wrote:
Standalone I think. Jon -----Original message----- From: John Caron Sent: 04/05/2011, 2:23 pm To: Jon Blower Cc: Andrew Schuh; Ethan Davis Subject: Re: hdf5 and ncml
So standalone ncWMS configures the NetcdfDataset.initNetcdfFileCache() ? And this datasets is a standalone NcML file?If so, the only thing i can think of for now is for ncWMS to add a "flush cache" feature, where it would call
NetcdfDataset.getNetcdfFileCache().clearCache()However, I am looking at detecting when a file is updated and forcing a reread, and hope to have that in a future release.