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:
mAbrante at 2007-7-7 1:19:50 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
I have single CPU. I think the basic idea of a real time system is the process priority. I'm not sure.anyway, thnx for the reply. I'm still searching for the answer....
Siluro at 2007-7-7 1:19:50 > top of Java-index,Solaris Operating System,Solaris 10 Features...