From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fd16a1f7e426ccf6,start X-Google-Attributes: gid103376,public From: nabbasi@pacbell.net.NOSPAM Subject: article about Java for realtime Date: 2000/01/14 Message-ID: <85p3fp$1ocg@drn.newsguy.com>#1/1 X-Deja-AN: 572890602 Newsgroups: comp.lang.ada Date: 2000-01-14T00:00:00+00:00 List-Id: Those who use Ada for realtime software, might be interested in this article. It is an interview with Greg Bollella, senior programmer at IBM for comming up with Real-time Specification for Java (RTSJ) http://www-4.ibm.com/software/developer/features/feat-bollella2.html some quotes: "Bollella: In traditional Java, the scheduling and synchronization semantics are not precise enough for real-time programming. Real-time programmers need to know when tasks will begin execution and when those tasks will complete execution. The RTSJ tightens the semantics of scheduling, synchronization, and related constructs." It goes on to talk about the challenges to use Java for realtime and the changes needed to made Java more suitable for realtime. Why are they going through all this trouble to make Java work better for realtime when there is allready better languages for that? Nasser