ThreadCount (bw.engine.threadcount)
The threadCount property specifies the number of threads that the ActiveMatrix BusinessWorks engine allocates .The default value of engine threads is eight.
The jobs in memory are executed by the engine. The number of jobs that can be executed concurrently by the engine is limited to the maximum number of threads, indicated by this property. This property specifies the size of the job thread pool, and is applied to all the AppNodes in the AppSpace if set at the AppSpace level
Threads execute a finite number of tasks or activities uninterrupted and then yield to the next job that is ready. The thread count can be tuned to the optimum value by starting with a default value of eight threads and then doubling it up until maximum CPU is reached.