Re: [2005] How to use Timers
can any of the code be reworked to use events instead of timers? or are all the things that need to be triggered, simply based on timed intervals?
Re: [2005] How to use Timers
They are things based on timed intervals. This is an application that is recording 4 video streams at the same time (there's the CPU usage). The timed stuff is a display of current recording time, and the audio levels, and drive space left, and a couple other items.
Re: [2005] How to use Timers
i would imagine that fewer timers would help performance, but the only sure way would be to do a little testing on your end to see which method works better.. if its very minimal gain, but requires code that is a lot harder to maintain, it may not be worth it.