Then you have seriouly re-consider your structure / architectrue of using timers.
1. Either simply the logic so that it can fit into the time
or
2. Try moving the heavy logic into a thread. (as other poster suggested)
Some how I feel you can do this with using 6 timers or more, one important rule to follow is all the slots should complete with in time. Try re-structing your timers, and what they do.
Bookmarks