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.)