This may be a silly question,
If I am running infinite loop processes in a shell from a VNC created desktop ubuntu GUI. After some time if the VNC server was not able to connect (because of a brute force attack or something, with error - connection refused
), Will the processes still be running? or does it gets killed?
If i use nomachine, and nomachine gets hung, will the process running, get killed, or will it be still running on the server?
Note : I use cronjobs to trigger python scripts which will run all day, so stability is important, hence above questions
if server is up the things you do on VNC should be up and running