CLOVIS
12/11/2024, 10:02 AMross_a
12/11/2024, 11:18 AMkevin.cianfarini
12/11/2024, 12:37 PMCLOVIS
12/11/2024, 1:20 PMCLOVIS
12/11/2024, 1:21 PMrogercaplan
12/11/2024, 3:28 PMkevin.cianfarini
12/11/2024, 3:37 PMIf the server is overloaded in any way, I don’t want to perform these requests, as they are not crucial in any way.I’m lead to believe that the prioritization is being implemented on the server
CLOVIS
12/11/2024, 3:58 PMAre you trying to do the coroutine prioritization on the server or on the client?Both. Our server is able to guess which resources clients will want to access soon, sometimes a few seconds before they do. We'd like to take advantage of that and preload relevant information from the database. The client can attempt to pre-load stuff too, but that's easier to handle server-side (when you receive the request, check how many ongoing requests are in-flight, and just refuse to do it based on some rate-limit).
kevin.cianfarini
12/11/2024, 3:59 PMkevin.cianfarini
12/11/2024, 4:04 PM