From edce8b391b7589fd5123895802ed20f1a7c84a3b Mon Sep 17 00:00:00 2001 From: Petr Pridal Date: Sun, 12 Aug 2012 16:36:19 +0200 Subject: [PATCH] Performace chapter related to multiple domains. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 732c552..a74101d 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,16 @@ GetTile RESTful/KVP: Another example requests are mentioned in the .htaccess. +Performance from the web clients +-------------------------------- + +It is highly recommended to map several domain names to the service, such as: +http://a.example.com/, http://b.example.com/, http://c.example.com/. +This can be done with DNS CNAME records pointing to your hosting. +The reason for this is that traditionally browsers will not send more then two +simultaneous http request to the same domain - with multiple domains for the +same server you can better saturate the network and receive the maps faster. + Performance -----------