Under the present execution we do not distribute processes across cores. As a consequence we are overloading a single core and doing nothing with the others. We need to review the system structure and our async work to determine if we can spread across cores and if-so how. This may be related to #117 and will require a process review including considerations for distributing logging to a separate thread or other tasks.
Under the present execution we do not distribute processes across cores. As a consequence we are overloading a single core and doing nothing with the others. We need to review the system structure and our async work to determine if we can spread across cores and if-so how. This may be related to #117 and will require a process review including considerations for distributing logging to a separate thread or other tasks.