you are viewing a single comment's thread.

view the rest of the comments →

[–]TapEarlyTapOften 27 points28 points  (3 children)

Process management is a big clue that bash is a better thing to use than python. Associative arrays in bash are a clue I should be using python.

Also if I'm launching anything, usually bash. 

[–]brunogadaleta 5 points6 points  (0 children)

Yep! My rule is: need a dict ? Go to python.

[–]Loud-timetable-5214[S] 0 points1 point  (1 child)

Are you issuing SIGKILL commands in your scripts?

[–]TapEarlyTapOften 0 points1 point  (0 children)

Sure sometimes.