I have a nginx + gunicorn django application. Those process never die. For some reason until no-response:
Once it runs on local Windows 10 env - It works really good, no memory leak hangs.
I think local only "fork" (win dont fork IO know) one main, but why does gunicorn process never die?