<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6001.18444" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>i launch about 15 getCapabilities request before 
loading my map application.</FONT></DIV>
<DIV><FONT face=Arial size=2>i use GeoExt.data.WMSCapabilitiesStore and the 
proxy.cgi of openlayers in my url param to load my store.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>
<P align=left>item.layersStore = </FONT><B><FONT color=#7f0055 size=2><FONT 
color=#7f0055 size=2>new</B></FONT></FONT><FONT size=2> 
GeoExt.data.WMSCapabilitiesStore({</P>
<P align=left>url: </FONT><FONT color=#2a00ff size=2><FONT color=#2a00ff 
size=2>'/cgi-bin/proxy.cgi?url='</FONT></FONT><FONT size=2>,</P>
<P align=left>baseParams: { url : item.url + </FONT><FONT color=#2a00ff 
size=2><FONT color=#2a00ff 
size=2>'?request=GetCapabilities&amp;SERVICE=WMS&amp;VERSION=1.1.1'</FONT></FONT><FONT 
size=2> + (item.namespace? </FONT><FONT color=#2a00ff size=2><FONT color=#2a00ff 
size=2>'&amp;NAMESPACE='</FONT></FONT><FONT size=2> + item.namespace : 
</FONT><FONT color=#2a00ff size=2><FONT color=#2a00ff 
size=2>''</FONT></FONT><FONT size=2>)}</P>
<P>});</P></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>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.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Is there a way to multithread all the request, or 
way that they take less ressources ?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>thks for help</FONT></DIV></BODY></HTML>