Skip to content
Commit eb5c8b5c authored by Ripinder Singh's avatar Ripinder Singh
Browse files

Replace multiprocessing.Process with multiprocessing.Pool API



* Limits the active process to number of CPUs
* On linux this prevents too many open file error
* Have to revert the progress stats reporting as shared variable
  usage in pool is very different vs process due to difference
  of fork() vs fixed processes working with messages.

Signed-off-by: default avatarRipinder Singh <ripinder.singh@dolby.com>
parent dfa517be
Loading
Loading
Loading
Loading