Commit graph

13 commits

Author SHA1 Message Date
5b894d85b0 Update copyright dates 2016-01-01 17:06:28 +00:00
85f83a1c0b coding style 2015-12-31 15:36:38 +00:00
f4be637480 coding style 2015-12-31 15:15:33 +00:00
667dd8ffa5 Run all jobs inside long lived worker processes
- There is less forking, once per worker process, instead of once per job.
- Nice and ionice are applied to the worker processes and hence all jobs run
  by them.
- This allows jobs to benefit from caches filled by previous jobs. For example
  many tools applied to a python file need to calculate if its python2 or python3.
2015-12-31 15:07:30 +00:00
f233638bdd Revert "Run all the jobs at a low priority"
This reverts commit 43e61b538b.

That change caused problems. For example, more jobs running
simultaneously than there should be.
2015-12-28 18:32:48 +00:00
43e61b538b Run all the jobs at a low priority 2015-12-28 01:16:19 +00:00
f13d427075 coding style 2015-12-26 21:31:03 +00:00
bbbe0aaeb6 This is just for me since my fan is broken 2015-12-19 09:38:12 +00:00
47378715d0 Its better to have _LOG_PATH than _CWD 2015-12-15 00:49:56 +00:00
22611b6444 Just put the error log in the current working directory. 2015-12-15 00:19:43 +00:00
ec2383a529 coding style 2015-12-15 00:11:28 +00:00
3be340dc67 coding style 2015-12-14 22:28:47 +00:00
fc4b2ced58 Initial commit 2015-12-14 18:03:11 +00:00