pgiri / dispy

Distributed and Parallel Computing Framework with / for Python
https://dispy.org
Other
266 stars 55 forks source link

dispynode is not running as a background process even with --daemon option. #182

Open himaliweer opened 5 years ago

himaliweer commented 5 years ago

I am starting dispynode on a remote server ans want to run it as a background process. My command is as below,

python3 -m dispynode -d --clean -i 172.17.9.125 --daemon &

But whenever I close the cmd where I issue the above command, all processes get finished. I am using dispy 4.10.1

jackluo923 commented 5 years ago

Run it with nohup, screen/tmux. Closing all the background process upon interactive terminal exit is the expected behavior.