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

Turning station request into an asynchronous call #1

Open
dreyescat opened this issue Feb 11, 2012 · 0 comments
Open

Turning station request into an asynchronous call #1

dreyescat opened this issue Feb 11, 2012 · 0 comments

Comments

@dreyescat
Copy link
Owner

With so much stations it is inefficient to keep the stations requests synchronous. It takes a lot of time to go through all the stations.
Suppose it takes 3 seconds to process a station request. A loop through all the stations (approx. 400 stations) would take 400 * 3 = 1200 second = 20 minutes !!!

A solution may be to use asynchronous calls for the stations requests.

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

No branches or pull requests

1 participant