We have a long process running in a TThread class. For some reason if you
wiggle the mouse from side to side during the running of the thread the
process time shortens by up to 90%. If have tried uping the priority from
'normal' to 'time critical' but the mouse wiggle still speeded the process.
Has anyone got an idea what is going on and how I can benefit from faster
process times without telling our users to wiggle their mouse.
Thanks
p.s. wiggling the mouse during BCB compiles didn't have the same effect
unfortunately ;)