Sun Java Real-Time System
http://java.sun.com/j2se/realtime/
"real-time is more about timing than speed, per se."
최근에 웹로직에서 Weblogic Real time Server가 나왔을 때부터
관심이 많았던 부문입니다.
검색해보니 JVM에서 가장 큰 부하를 차지하는 GC 매커니즘을 대폭 변경함과 동시에 다중프로세스를 지원함으로서 JVM의 반응력을 극대화
한다라고 하더군요... ㅡㅡ;;
어쨌듯 참 좋을 것 같기는 한데 읽어보니 약간 궁금증이 생기는데요..
Direct Access to Physical Memory
While still maintaining security protections, the RTSJ allows direct access to physical memory. This means that device drivers can be created written entirely in Java. Previously, Java applications had to link to native code to communicate directly with the hardware.
만약 이렇게 되면 JAVA 5.0에서의 변화를 뛰어넘는... 뭐랄가 복잡다단
하게 변할 수도 있지 않을까요? 그렇게 된다면 자바의 강점중의
하나를 잃어버리게 될 것 같은데요...
여기 분들은 어떻게 생각하는지요...