avr-os: multitasking library

chrismoos:
Hey all,

I wrote a little introduction to how it works here: avr-os: Multitasking on Arduino | chrismoos

Hey

Interesting.

How much multitasking needs memory. Is it possible to check. I am not familiar with multitasking, but I know I would need it some times. So a basic question. Is it the spinlock which yields the processing to the next task. What about interrupts. And what about very long tasks where the processing is not ready when the next task begins.

Leif

Edit: By the way, I'll probably use the mega or similar.