on Unix systems I would use as workaround for this a cron job, e.g. running a script every 5 minutes and having something like

find /path/to/zoom/level -name "*.png" -mmin +5 -exec rm {} \;

which deletes all PNG files older than 5 minutes

armin

On 11/25/2013 03:31 PM, James_in_Utah wrote:
That's very helpful.  Somehow that option was left out of:
http://www.mapserver.org/trunk/mapcache/seed.html
<http://www.mapserver.org/trunk/mapcache/seed.html>

Thanks,
James




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/MapCahe-question-Caching-the-first-couple-of-zoom-levels-tp5090882p5091028.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to