Ok, then I see 2 solutions: 1) combine multiple layers into a single OpenLayers.Layer.WMS, not sure if this is a viable option for your use case though, not even sure if this is your Layer type at all. 2) use multiple dns entries for your Geoserver host
You are running into the maximum number of requests a browser can issue to the same host. Best regards, Bart On Mar 1, 2010, at 1:31 PM, Charlie Midtlyng wrote: > Hi, > all layers are on the same server. > > ************** > mvh > Charlie Midtlyng > > ________________________________________ > Fra: Bart van den Eijnden [[email protected]] > Sendt: 1. mars 2010 13:17 > Til: Charlie Midtlyng > Kopi: [email protected] > Emne: Re: [OpenLayers-Users] Can multiple layers load in parallel > > Hi Charlie, > > are all layers coming from the same host? > > Best regards, > Bart > > On Mar 1, 2010, at 1:14 PM, Charlie Midtlyng wrote: > >> Hi, >> I am using GeoServer, GeoExt and OpenLayers to display maps with different >> layers. I have expirienced that use of multiple layers slows down the >> performance of loading the map. >> It seems that each layer must be fully drawn before the next layer is >> requested. When I have 6+ layers this is a bottleneck for drawing the map. >> Is there a way to request these layers in parallel or pseudo-parallel >> (request layer - get request/request new - draw, instead of >> request-draw-request-draw...)? >> >> Does anyone have a good solution to speed up this process? >> >> ************** >> mvh >> Charlie Midtlyng >> Triona >> _______________________________________________ >> Users mailing list >> [email protected] >> http://openlayers.org/mailman/listinfo/users >> > > _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
