Running Multiple Schedulers

Avatar
  • updated
  • Answered
Can I run multiple schedulers? I have a large number of reports and find they run most of the day but the system only appears to have a single process using 25% of CPU.
Avatar
Michael
The program always analyzes just one profile at a time when using the built-in scheduler. The program itself can use multiple processors/cores for analysis, but not in all cases. E.g. if most data is filtered out by filters, the program will mostly use one core as this operation is single-threaded in the program (unlike analyzing data to be included in reports).

You can use an external scheduler if you wish to run multiple copies of the program at the same time.