Userspace Java is perfectly fine - it behaves as any other user process. Communication to the realtime code has to communicate through the normal channels. FIFOs behave just as they would otherwise, with normal Java file I/O. MBuff/JNI bindings can be found at http://www.emerging.org/mbuff_java.tar.gz, if you're using shared memory.
Tim Beamish wrote: > Has anyone run a Java application in the real time linux kernel before? Is > it possible to run Java programs in real time linux? If so, can someone > explain the steps in doing it? > > Thanks, > Tim > > -- [rtl] --- > To unsubscribe: > echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR > echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] > -- > For more information on Real-Time Linux see: > http://www.rtlinux.org/ > > > -- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] -- For more information on Real-Time Linux see: http://www.rtlinux.org/
