- Some apps are just written badly and won’t scale in a sane way
- Queue it is an external service provider which likely use their own server
Comment on Waiting in a queue to see a Web site
MangoPenguin@lemmy.blahaj.zone 7 months ago
That’s wild, how do they not have the server budget to show you the website, but do have some to show you a queue signup any everything? Surely those take about the same amount of resources!
lowleveldata@programming.dev 7 months ago
invertedspear@lemm.ee 7 months ago
What if they don’t have a web server that can connect to their mainframe, and you’re waiting on a DMV employee to become available to actually handle your requests?
snooggums@midwest.social 7 months ago
Queue sign up might be 3rd party, or it is just less bandwidth as a trade off for the main site.
Even if so, the main website needing to queue people is ridiculous.
r00ty@kbin.life 7 months ago
It does seem to be an external site. Likely, the main site running on a CDN or at least outside their actual infrastructure is informed when traffic is high, so they start redirecting to the queue site.
The queue site starts to create a virtual queue of people trying to visit. The main site requests x users at a time depending on load and queue site then redirects to the actual site with some cookie proving you're the valid person.
In this way, the load on their site is minimal.
Having said that, just how much traffic does this road safety site generate to need a queue? Is there something that happens this time of year everyone needs to do?