A user running geoserver on windows noticed that when using a cascading wms layer, temporary files were being written out to disk for each request. We investigated, and stumbled across this explanation:
http://frequal.com/java/PreventUnexpectedImageIODiskWrites.html It turns out that it actually resolved the issue. To verify, we created a GeoServerInitializer in a separate module, and the jar was added to geoserver. There were no more writes on the requests. Are there any possible consequences here? If not, can this be set on geoserver startup in general? And if this isn't something that should be set globally for everybody, is it reasonable to create a GeoServerInitializer and put the call in there? Thanks, Robert ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
