Real time OS?
Is the kernel of solaris 10 a real time kernel? I mean on solaris 10 can I code and run application developed in real time java?
[135 byte] By [
Siluro] at [2007-11-26 9:56:47]

# 1
Should work, at least if you have two CPU's, then you can use one of the CPU's to recieve hardware interrupts, sync filesystems etc and the other one can be used to run your rt application. //M: