ThingWorx Model Definition in Composer > System > Subsystems > WebSocket Execution Processing Subsystem
WebSocket Execution Processing Subsystem
The WebSocket (WS) execution processing subsystem handles WS execution processing for ingress messages.
Configuration
Execution Processor Settings
Base Type
Default
Notes
Min threads allocated to execution processing pool
NUMBER
1000
Depending on your use case and system, specify the minimum number of threads you need for processing inbound messages (ingress). An example of ingress would be updating property writes or edge devices executing local services on the platform. If you increase the number of threads, more memory is required.
Max threads allocated to execution processing pool
NUMBER
10000
Depending on your use case and system, specify the maximum number of threads you need for processing inbound messages (ingress). An example of ingress would be updating property writes or edge devices executing local services on the platform. If you increase the number of threads, more memory is required.
Max Queue Entries Before Adding New Working Thread
NUMBER
100000
The maximum number of messages to queue before adding an additional thread to the poolBase this value on your system capabilities.
Idle Thread Timeout (sec)
NUMBER
600000
If a thread is idle more than specified number of seconds, it is removed.
Was this helpful?