Thread pools
Thread pools (TP) automate activities (including sleep) by threads in that pool. Each thread in a pool controls a separate automatic activity. Thread pools can also be associated with synchronous maps.
TotalAgility provides a default thread pool for capture and non-capture automatic activities.
The default thread pool contains 16 threads; this means that TotalAgility can execute 16 automatic activities at once. Additional activities queue up on the thread pool queue (TPQ) and execute on a first-come, first-served basis. You cannot modify the name or delete the default thread pools; however, you can change their other settings, and create multiple thread pools.
Multiple thread pools offer the following advantages:
Once thread pools are created, you can use these thread pools in a process.
Only on-premise TotalAgility supports thread pools; TotalAgility running in on-premise multi-tenant or Azure environments does not support them.
How to: Add a thread pool