Skip to content

Releases: ptaylor/ppool

1.5.1

07 Sep 15:04
Compare
Choose a tag to compare

Adding missing source file.

1.5.0

07 Sep 14:56
Compare
Choose a tag to compare

Added a --average NUM parameter to set the number of processes used to calculate the average elapsed time.

1.4.0

04 Sep 18:26
Compare
Choose a tag to compare
  • Added average elapsed time for each process in the statistics.

  • Added ability to set the pool size to the digit between 0 and 9 in basic mode.

1.3.0

01 Sep 11:27
Compare
Choose a tag to compare

Added ability to quickly set the pool size to between 0 and 9 by pressing the number on the keyboard.

1.2.1

12 Dec 21:57
Compare
Choose a tag to compare

Added ability to put a time limit on the process pool using the -t, --time parameter.

1.1.0

05 Dec 20:32
Compare
Choose a tag to compare
  • Added option to set the delay between checking the state of the process pool.
  • Changed the default location of the log directory to ./ppool-logs
  • Added option to remove logs for processes that existed successfully.
  • Added MIT license file and headers.