Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP2 / pipelining support #101

Open
Komzpa opened this issue Aug 3, 2016 · 1 comment
Open

HTTP2 / pipelining support #101

Komzpa opened this issue Aug 3, 2016 · 1 comment

Comments

@Komzpa
Copy link

Komzpa commented Aug 3, 2016

Using HTTP Pipelining or HTTP2/SPDY, you can increase speed of downloading tiles on high latencies: first send a set of requests for tiles, then parse the responses for all them, not having a queue with latencies.

Difference in loadtimes can be seen opening https://osm.org (browsing in non-cached region on your tile proxy, ie US in Belarus) in Chrome and in QGIS/QMS.

@simgislab
Copy link
Member

this should be part of TMS driver for GDAL, which QGIS/QMS will use

current QMS' implementation of TMS driver should probably be abandoned

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants