The Case for Real-Time in the Enterprise
Summary:
Today's installment of JavaOne mini-interviews focuses on real-time requirements, or "soft real-time," in enterprise applications. Sun Distinguished Engineer Greg Bollella, and Dave Hofert, manager of Sun's Real-Time Java Marketing, talk about why real-time requirements are increasingly a concern for developers looking for predictable application behavior.
The ability to add new comments in this discussion is temporarily disabled.
Most recent reply: May 21, 2007 2:41 PM by
adrian
|
In this interview, Sun's Sun's Greg Bollella and Dave Hofert talk about real-time requirements, or soft real-time, in enterprise applications: http://www.artima.com/lejava/articles/javaone_2007_realtime_java.htmlTo what extent is predictabilty of timing a requirement in your applications? Would you like to see more predictable and real time-like behavior in the regular JVM?
|
|
|
I mostly work with trading systems and for the most part, execution predictability is very useful... or at least, gc pause predictability.
|
|