thuehlinger / daemons

Ruby daemons gem official repository
MIT License
648 stars 71 forks source link

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

Open utkarshrai003 opened 6 years ago

utkarshrai003 commented 6 years ago

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?