daemons
daemons copied to clipboard
Run n Instances of a script parallelly in background and kill all of them when needed.
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?