Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
irene33945y@alexbrooklyn It was my number for minimum POST requests to the API with database interactions per second on a single container instance. (Test system ran out of threads before finding maximum).I like your status code explanation more.
-
irene33945y@irene Customer. This is a customer. That makes it even harder because you can’t tell them they are an idiot and they sign your pay cheque.
-
bioDan61595yDepends on the memory and cpu on the backend. The answer is not infinite regardless of the server being stateless.
It has to do with memory, cpu utilization and design architecture -
irene33945y@bioDan True. It is hosted in containers and scales up etc. I think the limits are most likely the amount of database engines that can access the storage simultaneously. Ms SQL really doesn’t like sharing space with other instances of itself. (Customer DB requirement) I doubt the limit is on the number of simultaneous connections though. Even during load testing the load testing machines maxed out their resources before ever figuring it out. I need a botnet to figure it out.
How many users is basically an unanswerable question.
Related Rants
Customer: “How many concurrent users can use this app?”
Me: “web tech is stateless. (Insert explanation) So concurrency is meaningless.”
Customer: “yeah but how many concurrent users?”
Me: “infinite as long as they aren’t interacting with the server.”
Customer: “but how many?”
Me: “400”
rant
users
load
customers are dumb sometimes