[mapserver-users] Combination of MapServer and Desktop GIS

David Alda Fernandez de Lezea dalda at ikt.es
Thu May 6 10:55:09 EDT 2010


Thanks. 


-----Mensaje original-----
De: mapserver-users-bounces at lists.osgeo.org
[mailto:mapserver-users-bounces at lists.osgeo.org] En nombre de Daniel
Morissette
Enviado el: jueves, 06 de mayo de 2010 15:41
Para: mapserver-users at lists.osgeo.org
Asunto: Re: [mapserver-users] Combination of MapServer and Desktop GIS

David Alda Fernandez de Lezea wrote:
> Hello,
> 
> Does Map Server cache or store (in HDD) the images of GetMap requests
made via a Desktop GIS such as gvSIG or Qgis, in order to get a better
performance??
> 
> If it's possible how can I configure it??
> 

No, MapServer doesn't cache WMS GetMap responses, but you could likely
use a regular Web caching proxy to do that. For instance, I have heard
of people using Squid as a caching proxy for regular website in the
past.

Note that the order of parameters in a WMS GetMap request may vary
depending on the client that generates the request, and this means that
two requests for the same map, but in which the GetMap parameters are in
a different order, may not be detected as being identical by a web
proxy. However, multiple requests coming from the same client (e.g. all
requests from gvSIG) should all use the same ordering and all be cached
efficiently by a proxy.

Daniel
--
Daniel Morissette
http://www.mapgears.com/
_______________________________________________
mapserver-users mailing list
mapserver-users at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


More information about the mapserver-users mailing list