Chaining Parallel Processes on a dependency graph using Bash

Linux , or for this matter, any modern OS allows parallel processing/ multiprocessing. But what if the parallel processes depend on each other. It may be a data dependency as in, the second and third processes is dependent on the first for data. But once the data is ready, second and the third processes can… Continue reading Chaining Parallel Processes on a dependency graph using Bash