Hi, I have a question regarding the custom implementation of the JAI OperationRegistry:
https://github.com/geoserver/geoserver/blob/master/src/main/src/main/java/org/geoserver/jai/ConcurrentOperationRegistry.java https://github.com/geoserver/geoserver/blob/master/src/main/src/main/java/org/geoserver/GeoserverInitStartupListener.java#L128 I've checked the code and it mainly replaces the default implementation with a new one using java.util.concurrent locks instead of old JAI locks. However I couldn't find any more info about it. Do you remember why was this implemented? Was it just a matter of performance or did you find any concurrency issues? Do you know whether it can have any functional implications or not? Thanks in advance. -- Víctor González http://geomati.co
_______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
