tick_rate()
- Posted by Kevin Sieger <simkin at ZEBRA.NET> Feb 28, 1998
- 831 views
Hmmm, if I change the value of tick_rate to say, tick_rate(100), how would this affect other programs that may be running under a multitasking system. Obviously, some multitasking relies upon clock interrupts so... The reason I ask is that I am looking into a simple multitasking unit (er, .e file <G>) for my programs. I can base it upon the clock interrrupt of 18.2 ticks, which would give the ability of less tasks, or some other for to base my task distribution. Thanks! Kevin Sieger