From c1b88a7d07981ca993029a68da3135c87f87f6e2 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sun, 27 Nov 2011 02:06:03 +0100 Subject: [PATCH] Slightly tweaked formula to selected the number of instances based on CPU count. Maximum value is now 16. --- doc/Changelog.html | 1 + doc/FAQ.html | 12 ++++++------ src/Config.h | 2 +- src/Dialog_Processing.cpp | 20 ++++++++++---------- 4 files changed, 18 insertions(+), 17 deletions(-) diff --git a/doc/Changelog.html b/doc/Changelog.html index c13a57c4..d00de317 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -21,6 +21,7 @@ a:visited { color: #0000EE; }
  • Updated LAME encoder to v3.99.2 Final (2011-11-18), compiled with ICL 12.1.7 and MSVC 10.0 (details)
  • Updated MediaInfo to v0.7.51+ (2011-11-19), compiled with ICL 12.1.6 and MSVC 10.0
  • Implemented coalescing of update signals in order to reduce the CPU usage of the LameXP process +
  • Run more than four instances in parallel on systems with more than four CPU cores (details)
    Changes between v4.02 and v4.03: