Rishi Sampat wrote: > > Hi, > I was wondering which Linux distribution is most > popular for use as an RTOS? > Thanks! > Rishi > With a dual processor box, you can use the processor affinity calls along with irq affinity and limiting what your box is actually doing to achieve a very deterministic real-time env for a given application. All you need do is force all linux tasks that are not "real-time" to one processor and also the irq affinity of any irq not used in the real time env to the same. Then force your application and any irq it may use to the other processor. Works quite well. Probably no need for RTlinux. Regards Mark -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/