Re: [Qgis-developer] QGIS Server FCGI: retained data / deferred freeing of resources between requests

2017-01-09 Thread Rob Marjot
Hi all, How about the switching between .qgs files for subsequent requests handled by a single fcgi instance? Hope someone can just shed a bit more light on this. Rob On Jan 9, 2017 10:18, "Rob Marjot" wrote: > Hi list, > > Thanks Alessandro. Indeed, I started looking in

Re: [Qgis-developer] QGIS Server FCGI: retained data / deferred freeing of resources between requests

2017-01-09 Thread Rob Marjot
Hi list, Thanks Alessandro. Indeed, I started looking in to the source. It made me wonder: how does a QGIS Server fcgi instance go about varying MAP=... parameters in subsequent requests? >From source it seems to me that the QgsProject object is retained across the handling of requests (by its

Re: [Qgis-developer] QGIS Server FCGI: retained data / deferred freeing of resources between requests

2017-01-08 Thread Alessandro Pasotti
Hi, QGIS Server is being deeply refactored, and the new implementation is described in https://github.com/qgis/QGIS-Enhancement-Proposals/issues/74 and: https://github.com/qgis/QGIS/pull/3866 The current implementation has some limited caching of the capabilities (taken from the project .qgs