ubuntuvncvnc-server

if a VNC server connection failed, would an active process keep running?


This may be a silly question,

  1. 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?

  2. 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


Solution

  • if server is up the things you do on VNC should be up and running