You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the embedded C media driver in dedicated threading mode and I am setting a CPU affinity on each of the conductor, sender and receiver threads.
It seems there's an aeron_executor thread which doesn't get the affinity. It looks like it's spawn by the conductor agent. However, it's not getting the same affinity.
It is problematic given it then ends up on the same isolated core of the critical thread, which I really don't want to.
The text was updated successfully, but these errors were encountered:
Hi,
I am using the embedded C media driver in dedicated threading mode and I am setting a CPU affinity on each of the conductor, sender and receiver threads.
It seems there's an aeron_executor thread which doesn't get the affinity. It looks like it's spawn by the conductor agent. However, it's not getting the same affinity.
It is problematic given it then ends up on the same isolated core of the critical thread, which I really don't want to.
The text was updated successfully, but these errors were encountered: