Easy parallelization with Bash in Linux
Two articles that show how concurrency can be utilized for bash scripting.
Part 1 - pipes and xargs thread pool
Part 2 - process substitution and flocks
I love concurrency. The Idea of several mindless zombies collaborating to provide a useful result thrills me and I'm always so self-satisfied when I see that these are my boys.
Writing a concurrent program is considered complex.
↧







