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