Opened 3 years ago

Closed 3 years ago

#2830 closed enhancement (fixed)

Raster global lock toggle

Reported by: jng Owned by: jng
Priority: low Milestone: 4.0
Component: Rendering Service Version:
Severity: trivial Keywords:
Cc: External ID:

Description

There is currently a hard-coded global lock applied when doing any raster stylization. To open for the possibility that one day we may get stable multi-threaded FDO raster providers, but still falling back to the global lock if need be, the decision to apply the global lock should be controlled through a serverconfig.ini setting

Change History (1)

comment:1 by jng, 3 years ago

Resolution: fixed
Status: assignedclosed

In 9836:

Make the global raster stylization lock toggle-able through a serverconfig.ini setting (GlobalRasterStylizationLockEnabled). The default value for this setting is still true, so the global lock is still in effect.

Fixes #2830

Note: See TracTickets for help on using tickets.