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

Traffic optimalization #21

Open
pedymaster opened this issue Nov 13, 2013 · 0 comments
Open

Traffic optimalization #21

pedymaster opened this issue Nov 13, 2013 · 0 comments

Comments

@pedymaster
Copy link
Contributor

For now, every tile sends its own requests via apiclient (which can handle only one request at a time) which couses delays AND redundancy of requested data (two tiles wants the same data, but each of them has to request them itself)

Possible solution would be an object, which will send one batch of requests and store the data and tiles would access the data in there.

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

1 participant