Thursday, 8 August 2013

Assign the EDT (Swing Thread) to a specific CPU core

Assign the EDT (Swing Thread) to a specific CPU core

For a realtime java application with constantly updating UI changes, the
EDT could possibly starve other business related processing threads. Is
there a way in a multi-core processor assign a specific core to handling
all swing related stuff leaveing the rest of the CPU cores to handle the
business processes?

No comments:

Post a Comment