Real time and user-space code
Hi,,
what are pros and cons of on Real time behaviour, when executing a program in an embedded Linux system from userspace i.e using system calls(e.g. setitimer) and c-lib functions(sigaction) to run different tasks?
e.g. run cooperative scheduler written in user space
thanx
|