Hacker News new | ask | show | jobs
Ask HN: How do I start thinking about load handling?
1 points by abhaikollara 2780 days ago
I have a website running a flask webserver, it works on my local machine. But how do I decide if it'll perform in the real world. Stuff like how many requests it can handle at a time. I know this is a very vague question, but I don't know where to even begin on this topic.