Forums

Optimal number of web workers

Hi, I am using PythonAnywhere for my SNS application backend server with Django.

So let's say there are 10,000 people using the app, which will incur traffics and DB hits in my pythonanywhere server. If I want to provide smooth SNS user experience(fast response and return upon request), do you have a way of deciding a number of web workers linked to this server(in context of pythonanywhere server configuration).

Thank you!!

This help page should explain everything you need to know for working that out, but do let us know if you have any follow-up questions!