How can I create a program which repeats a task as fast as the processor can? I tried to use a loop in my program (Goto or While) but my computer gets stuck then. Timers can do their tasks once per milisecond and the proceccor should be able to run much quicker than that. I tried to add more timers in my program (repeating the same task) but maybe someone knows a better solution.