I have a project where I need to load multiple layers. To speed up this process, I'm launching multiple processes to retrieve the layer images. If there are multiple layers that have SLD's associated with them, they can break sometimes when there is contention over the schema document created within the init method of StyledLayerDescriptor. Is there a known workaround for this situation?
I'm looking at modifying the code locally to just keep the schema file around at all times to prevent this contention, but wanted to see if there were other ways of dealing with it.
I have a project where I need to load multiple layers. To speed up this process, I'm launching multiple processes to retrieve the layer images. If there are multiple layers that have SLD's associated with them, they can break sometimes when there is contention over the schema document created within the init method of StyledLayerDescriptor. Is there a known workaround for this situation?
I'm looking at modifying the code locally to just keep the schema file around at all times to prevent this contention, but wanted to see if there were other ways of dealing with it.
Thanks much.