Fix CPU pinning in RTUtility and BusIO
Adjusted CPU pinning in the RTUtility and BusIO modules to correctly fix the CPU indices. Earlier, the threads were erroneously always pinned to CPU 0. This adjustment facilitates distributing the load among multiple cores, improving overall system performance. The BusIO's requestHandlerLoop thread is now pinned to CPU 1.
parent
26413976
No related branches found
No related tags found
Please register or sign in to comment