Always develop and test your application on multi-core machines
Posted by jpluimers on 2021/12/15
It’s an advice from a very long time ago, but wort to repeat every 20 years or so.
Develop and test your code on multi-threaded machines, not in single threaded VMs.
[Archive.is] Jeroen Wiert Pluimers on Twitter: “This sounds like @danny_thorpe on a BorCon some 20 years ago in the Windows XP era. Thread slices going down from ~10 millisecond to CPU instruction execution magnitude highly increases the chance of race conditions.… “
–jeroen
Leave a Reply