You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get an issues which can be really annoying when django-socketio server ran for a long time.
Initially, socketIO reload when binded py files are modified because it's a flask server. There is no mistake here but each time that socketio server is reload, in fact it create a fork and run IN it, letting parents alive which become kind of zombie process but i don't want it to do that. Any tweek for resolve this because i need my code to be dynamically changed, without flask autoreload behaviour
Thank for you provided help..
The text was updated successfully, but these errors were encountered:
Benoit-Besnier
changed the title
Fork and run on children when reloading because of code modification
I don't want to django-socketio to reload itself
Jun 7, 2016
Hi,
I get an issues which can be really annoying when django-socketio server ran for a long time.
Initially, socketIO reload when binded py files are modified because it's a flask server. There is no mistake here but each time that socketio server is reload, in fact it create a fork and run IN it, letting parents alive which become kind of zombie process but i don't want it to do that. Any tweek for resolve this because i need my code to be dynamically changed, without flask autoreload behaviour
Thank for you provided help..
The text was updated successfully, but these errors were encountered: