5 ms·
How do they handle multi-tenancy for their users? Any post on that?
by danfarrelly 3y ago
How do they handle multi-tenancy for their users? Any post on that?
- hot_gril 3y agoI don't know, but the requirements are different. They manage a single huge queue for your website (or part of it), and your own backend is expected to be able to handle some trivially small number of concurrent users. The most common use case is highly contentious online ticket sales, where users might even wait an hour in line. Latency isn't much of a concern.