Forums

My First Serious Aplication

Hello here, after 3 test web applications, I'm working on my first committed web application. I love to use Pythonanyware but I'm a little worried about the limits. <br><br> We plan to develop a simple web application with a MySQL database.<br> There are about 100 users, and they can work simultaneously every day. For about 2h/day<br> The web app has 2 main pages: <br> - a data entry page, with about 50 fields <br> - a page that reports all the inserted data<br> - a page dedicated to the reports (only for 20 users) <br> <br> Do you have any suggestions about the configuration and the pricing? <br><br> Thanks

It depends how many requests are made simultaneously. On a free plan, you only get one worker, so only one request can be handled at a time. You can find more information on this help page: https://help.pythonanywhere.com/pages/HowManyHitsCanMySiteHandle/

I have a paid plan, I'm asking for a suggestion about the custom configuration. I didn't understand well if is more convenient to increase the CPU time or the number of workers to be honest.

In case of web app it's all about workers. In case of tasks it's CPU.