Am 10.09.2010 14:42, schrieb DGIS Devels:
Is the number of tiles requested simultaneously limited in OpenLayers? I
would like to know how long I have to wait (timeout) to have a whole map
with a high number of tiles.

Most browsers have a hard-coded limit of 2 parallel Requests per Domain to avoid flooding servers with requests.

The limit is per Domain, not per IP, which is why you can trick around this limit by using multiple domains to point to your tile-server (a.tile.myserver.net, b.tile.myserver.net, c.tile.myserver.net).

If is, for example, done on osm.org:
http://www.openstreetmap.org/openlayers/OpenStreetMap.js

Peter
_______________________________________________
Dev mailing list
d...@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/openlayers-dev

Reply via email to