I am working for a big python project from last 3 years with some around 50 members working for that project, so now the project became too much big that atleast to restart that application server, it is taking 1 minute and 20 seconds.
Here the issue is that it is becoming problem for me to modify my scripts and then dump to server and then to restart server.
I am restarting server just to get my changes effected in the server, if I dont restart that server then it is not taking up my modified changes. Is there a way to make that server to take my changes automatically without restarting that python application server. Why is my new changes are not getting considered unless I restart my server, is it because .pyc file not getting generated when I dump my code to server? then is there any way to generate .pyc file while server is running. Thank you.