Does anyone know how a System.Windows.Forms.Timer
affects the host application and the system in general?
A threaded background loop on one hand has a very high CPU usage %, whilst a Timer
with a very high tick rate shows no effect in Windows Task Manager.
Does a high tick-rate timer clutter up the Windows Message loop, or?