29.12.2011, 18:20
What you should try to do is desynchronize your timers so they don't activate simultaneously
Example:
TimerA is for every 2 seconds, TimerB is for every 5 seconds. 10 seconds in both timers will be activated at the same time ( TimerA on its fifth activation and TimerB on its second )
Also random messages every minute is too much, try every 15 minutes.
Example:
TimerA is for every 2 seconds, TimerB is for every 5 seconds. 10 seconds in both timers will be activated at the same time ( TimerA on its fifth activation and TimerB on its second )
Also random messages every minute is too much, try every 15 minutes.