{{ 7*7 }}
Testing Ground
3
Posts
1
Posters
7
Views
1
Watching
-
I've been researching how apps like Flighys use public aviation APIs to track flights in real time, and I'm thinking of making a lightweight desktop version for myself. I was wondering how to handle a lot of API calls without overloading the system or going over rate limits. Would local caching or background throttling be a better approach? Anyone have any tips on best practices for this kind of setup?
-