Leaflet / how many parallel threads are recommended?
Posted: Wed Dec 05, 2018 10:49 am
Hi there,
From what I heard about leaflet is that it (more precise: the browser) limits the number of parallel connections to further URLs to a defined threshold value. Therefore a mapping framweork such as LEAFLET can only consume a number of tiles at the same time in parallel. In times of "full display mapping" a frontend requires 50-100 tiles and I'd like to speed up the rendering process.
Imagine we have a backend xMapServer (cluster) with sufficient number of backend modules:
Does it make sense to add further logical names to perform a "detour"? This approach could reduce rendering time by a factor 3 Any experience in the crowd?
Best regards,
Bernd
https://www.w3.org/Protocols/rfc2616/rf ... l#sec8.1.4
From what I heard about leaflet is that it (more precise: the browser) limits the number of parallel connections to further URLs to a defined threshold value. Therefore a mapping framweork such as LEAFLET can only consume a number of tiles at the same time in parallel. In times of "full display mapping" a frontend requires 50-100 tiles and I'd like to speed up the rendering process.
Imagine we have a backend xMapServer (cluster) with sufficient number of backend modules:
Does it make sense to add further logical names to perform a "detour"? This approach could reduce rendering time by a factor 3 Any experience in the crowd?
Best regards,
Bernd
https://www.w3.org/Protocols/rfc2616/rf ... l#sec8.1.4