marpaia / babou

Lightweight OS X configuration management
43 stars 2 forks source link

look into sorting out multi-threaded output #12

Open marpaia opened 10 years ago

marpaia commented 10 years ago

Since babou does independent things in parallel, the output of things, like package installations, sometimes print at the same time, making it less clean to look at. look into how this experience could be improved.

marpaia commented 10 years ago

this could be done via a global lock for printing to stdout, but that will definitely impact performance