i've a DLL to manage pysical and my app to lead my DLL and UI.
manage pysical is not a problem and it work nice. My UI is okay with somes buttons and both work good too. But when i'm adding a timer or another who needed refresh, i've a problem into the pysical management. i think i need to fix conflis of UI or cost of refresh UI or isolate UI.
my app is on realTime mode.
How to reserve a core for one thread on windows? is not realy my problem.
if i need to reserve a cpu core (just one) for my application without any other interact of windows process into this core. Can we do this ?
or can we change the windows default load balancing mode ? ("Actually OS is capable of load balancing your cores/processors" How Can I Set Processor Affinity in .NET?)
or how can isolate correctly my UI ?
Thanks !