My main application is a page which takes something like 10 sec to 1min to give the results.
Currently (beginner account) when flask is computing the page for one user, another user cannot access the website.
What are the next step to scale to say... 1000 request on this app at the same time ? Just change account or configure differently.