Hello forums!
An event, for which I am designing a registration portal, will be opening registrations soon and we need to serve approx. 300 users at once, for a duration of about a half an hour. I have been trying to find some information on this topic, but I only found some fragments.
How to ensure that? I know, that the amount of requests I am able to serve per second is the number of web workers times the time of one request.
The request time is the time written in access logs? Is that in seconds, or in miliseconds? How many web workers to buy, if my account has 5 running web apps and this is only the case in one of them? I am also considering creating a new python anywhere account for this project.
Is there then a way to test this resilience, or does it simply have to work on first go with real participants?
Thanks for all the thoughts.