I have a program for which I plan to use many Timer objects, and, as I understand it, each timer runs its own thread on it. So I wondered if it was possible to start so many timers that it was detrimental to the performance of a program with too many threads.
For example, I thought that several (logical, timer) pairs have logical values that are inverted at several different time intervals.
source
share