daemons icon indicating copy to clipboard operation
daemons copied to clipboard

Run n Instances of a script parallelly in background and kill all of them when needed.

Open utkarshrai003 opened this issue 8 years ago • 0 comments

I am trying to run n instances of a script in parallel using daemons. The script performs some operation and I want to run this same script on multiple instances to get the work done faster.

Can this be achieved by using daemons and how will I kill all the running instances from the console when I need to stop them?

utkarshrai003 avatar Mar 15 '18 21:03 utkarshrai003