|
|||||||||
|
Submit Links |
Latest Links
| Login
(want to submit links for DLinks? send a mail to krishnas@javabeat.net)
Java RTS Real-Time Enables Financial Applicationssubmited by krishnas on Fri Aug 31st, 2007 Standard Java has some deficiencies that make it less than ideal in the real-time world (see Sidebar 1. What Is Real-Time?). For one, the garbage collector (an internal JVM thread that reclaims old objects to free space on the heap) can run at any time, for any length of time, thereby introducing latency and non-determinism to your application. However, the garbage collector (GC) is not the only culprit in a standard Java application. The just-in-time (JIT) compiler, which optimizes your Java code for the machine it's running on, can be invoked at any time, even for code that has previously been optimized (JIT-compiled).Topic: java |
|||||||||
|
|||||||||