My friend says that Django only has 1 thread or something?
And I have to edit my 000-default in order to add more processes? He suggests 4 or 5.
What exactly is this, and what do I have to do?
Thanks, I'm a noob.
My friend says that Django only has 1 thread or something?
And I have to edit my 000-default in order to add more processes? He suggests 4 or 5.
What exactly is this, and what do I have to do?
Thanks, I'm a noob.
Use the WSGIDaemonProcess
directive to put the app in daemon mode and specify the number of daemon processes and threads.