RSSAmplifier

galvanist · May 23, 2013

Managed concurrency in the bash shell

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

Concurrency is all the rage these days. I started to wonder about using it in my command shell (which is regrettably still bash) because so much of the infrastructure for job control is already in place. I’ve been using xargs -P for a while, but I wondered about doing it all in the shell. 
 “conc” 
 I came up with a super-simple function to do some experiments: 
…

Read on /posts/2013-05-23-managed-concurrency-in-the-bash-shell/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.