Hi,

i launch about 15 getCapabilities request before loading my map application.
i use GeoExt.data.WMSCapabilitiesStore and the proxy.cgi of openlayers in my 
url param to load my store.

item.layersStore = new GeoExt.data.WMSCapabilitiesStore({

url: '/cgi-bin/proxy.cgi?url=',

baseParams: { url : item.url + 
'?request=GetCapabilities&SERVICE=WMS&VERSION=1.1.1' + (item.namespace? 
'&NAMESPACE=' + item.namespace : '')}

});


it works well, but 15 requests make my app a bit slow to load. it's like other 
loading operations of the app (in particulary ajax ones) are interrupted until 
my 15 request haven't been all respond.

Is there a way to multithread all the request, or way that they take less 
ressources ?


thks for help
_______________________________________________
Users mailing list
Users@openlayers.org
http://openlayers.org/mailman/listinfo/users

Reply via email to