On Apr 7, 3:25 pm, Joep Suijs <[email protected]> wrote: > Hi Mike,
> The hard thing is to teach how to write (think) non-blocking tasks. > > Joep Indeed as Intel & AMD with their multicores and others find. Also having a Wonderful RTOS even with preemptive tasks needs a different skill of programming to avoid deadlock. A non-blocking delay is the most trivial non-blocking task and causes a problem if the programmer doesn't understand the system concept of multi-threaded programming. The full Catpad program will maybe have more than 6 concurrent "threads". I think I need to do some pictures :-) -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
