Thanks for your answer Paolo.<br><br>I obviously already thought about developing caching in QGIS. But :<br>* it would be a big work, and if so, I think using an external powerful library as Mapcache makes more sense<br>* it took us only one day to develop the caching system in Lizmap, because PHP and the jelix framework provide all the stuff needed to achieve this goal efficiently. This is why we did it (why not at this cost :)  )  We could also use memcache, postgresql bdd to store the cache, etc.<br>
<br>It make me think about authentication. We could also think about developing a kind of map proxy inside QGIs Server (to protect WMS services, etC.), but I also think it is not the best place. Other tools have already all the methods to do it simply (as Jelix we use for Lizmap). Think about ldap, or other auth systems...  Not to mention that groups, users and rights must be store in one database, so we would need to have a dedicated database for QGIS which stores them and link to projects. And developp the user interface to manage it.<br>
<br>I really think we should focus on performance improvement and spatial OGC services (like WPS) in order to keep QGIS Server robust and easy to use.<br><div class="gmail_extra"><br><br><div class="gmail_quote">2012/11/15 Paolo Cavallini <span dir="ltr"><<a href="mailto:cavallini@faunalia.it" target="_blank">cavallini@faunalia.it</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Il 15/11/2012 10:14, kimaidou ha scritto:<br>
<div class="im">> A very short answer here : have you checked the Lizmap ability to<br>
> create automatic tile cache ? It supports metatiling too.<br>
> As I know, it is the only open-source solution which can simply use a<br>
> QGIS project, build a map and dynamically create tile caching with<br>
> metatile support.<br>
><br>
> Sorry for this intervention about Lizmap. But as it is open-source,<br>
> and deeply dependant of QGIS, I think people won't mind. Tell me<br>
> otherwise, I will stop.<br>
</div>Indeed, it is a pleasure to hear that. I was thinking of having tiling<br>
embedded on the server, so it will be available for all clients, but<br>
maybe your approach has more sense, unsure about that.<br>
Thanks.<br>
<div class="im HOEnZb"><br>
--<br>
Paolo Cavallini - Faunalia<br>
<a href="http://www.faunalia.eu" target="_blank">www.faunalia.eu</a><br>
Full contact details at <a href="http://www.faunalia.eu/pc" target="_blank">www.faunalia.eu/pc</a><br>
Nuovi corsi QGIS e PostGIS: <a href="http://www.faunalia.it/calendario" target="_blank">http://www.faunalia.it/calendario</a><br>
<br>
</div><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
</div></div></blockquote></div><br></div>