Hi guys,
strange behaviours here... I'm going crazy so, please, help.
I have three python process a.py , b.py, c.py
All of these continue to run at the same time in background (sudo python a_b_c.py & ) only if ssh session is up.
When I close the session, at least one of these process ends.
I try to understand if process is killed by OS but "var/log/kern.log" does not help.
This is the TOP report...
10193 root 20 0 12976 7200 2804 R 49.4 1.6 5:50.50 python
10377 root 20 0 60720 5884 2888 R 24.2 1.3 2:06.24 python
10456 root 20 0 12484 6764 2984 R 24.2 1.5 1:52.00 python
Someone could help me please ?
Many, many thanks.