how do you handle requests if you deploy django with uwsgi?
did you execute the django file when you started the deployment? (just like on the native run server, listening all the time)
or do you want to re-execute the file when the request comes in?
so what is the process of using apache,uwsgi to deploy like this? Do you rerun the django or flask file for each request? Still running all the time, listening to a port.
Thank you.