Le 27/09/2016 à 09:33, Luca Manganelli a écrit :
On Tue, Sep 27, 2016 at 9:30 AM, René-Luc Dhont <[email protected]> wrote:
This has been already fixed:
* firstly layer has been cached to avoid reloading it
* the layer description stored Extent and used it
Fixed in which QGIS version? We are using the 2.14 version
I fixed it during Gerona Hackfest and backport it in 2.14
The problem you point is the way Layer is build by QGIS. In the Desktop,
QGIS can build it at each project loading, but server side is could be a
mess. If the cache is not conserved by the system QGIS Server is used, the
layers are reloaded at each request.
How can QGIS Server conserve the cache?
We use NGINX and Supervisor to conserve QGIS Server instances.
Apache with FCGI is failed to conserve instances. It regularly reload
instances and clear the cache.
_______________________________________________
Qgis-developer mailing list
[email protected]
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer
_______________________________________________
Qgis-developer mailing list
[email protected]
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer