From 16d9d36da2ad134d0143d5bc7c52516c4e63938f Mon Sep 17 00:00:00 2001 From: crschmidt Date: Fri, 28 Dec 2007 13:11:36 +0000 Subject: [PATCH] Slightly more informative docs. git-svn-id: http://svn.openlayers.org/trunk/openlayers@5576 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/multiserver.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/multiserver.html b/examples/multiserver.html index fd7d352d85..993ea9eba9 100644 --- a/examples/multiserver.html +++ b/examples/multiserver.html @@ -38,7 +38,7 @@
- This is an example of using a WFS layer type. + Browsers typically limit the number of concurrent requests to the same server, based on hostname. In order to ake tiles load more quickly, it often makes sense to distribute requests over multiple hostnames to achieve more concurrency. Typically, browsers perform best with 3 different hostnames -- your performance may vary. (For example, if your server can't handle more than 2 requests simultaneously, then additional hostnames will not help you.)