BASH shell process control - any other examples of controlling/scheduling work -


i've inherited medium sized project in main (batch) program fed work through large set of shell scripts lot of process control (waiting process complete, sleeping, checking conditions, etc) [ , reprocessed through perl scripts ]

are there other examples of process control shell scripts ? see other people have done comparison. (as i'm not fond of 6,668 line shell script)

it may lead current program works , doesn't need messed or maintenance reasons - it's cumbersome , doing way easier maintain, need other examples.

to reduce "generality" of question here's example of i'm looking for: procsup

inquisitor project relies on process control shell scripts extensively. might want see it's directory main function set or directory tests (i.e. slave processes) runs.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -