BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News WebLogic Real Time 1.1 Provides < 30 ms latency

WebLogic Real Time 1.1 Provides < 30 ms latency

Bookmarks
BEA has released WebLogic Realtime (WLRT) Core Edition 1.1 today, their product intended to bring  Java into whas has been traditionally the realm of C/C++ real time applications that require guaranteed subsecond response times. Real Time claims to have 20 millisecond average latencies and 30-millisecond maximum latency on its own benchmark application.   WebLogic Real Time offers real time features with standard Java progamming paradigms, as opposed to specialized real time systems vendors that require specific programming model semantics, such as those implementing JSR 1 (Real time spec for Java)

The key differentiator of WLRT is the Deterministic Garbage Collector that ships with special WebLogic Realtime version of BEA's JRockit.  Instead of stopping the entire virtual machine to perform garbage collection, the deterministic garbage collector performs garbage collection as a consistent background task, eliminating the lack of predictability in pause times. Another feature included is BEA JRockit Runtime Analyzer which records profiling of methods and locks, as well as garbage collection statistics, optimization decisions, and object statistics for later analysis.

WLRT ships with WebLogic Express Base Edition 9.2, which provides a webserver with JDBC, JSP, Servlets, and RMI, but not EJB, JCA, JMS, or XA Transactions.  BEA however is advocating the Spring framework as a programming model for it's real time product:
Using Spring in BEA WebLogic Real Time is a natural fit. Spring’s low overhead is a perfect match for the low latency requirements of real-time applications. Indeed, many developers of high-performance Java applications have already begun using Spring for performance reasons. In addition, Spring contributes to high developer productivity by relying on Plain Old Java Objects and by enforcing modular, reusable coding practices. Finally, since future versions of BEA WebLogic Real Time will not be based on a full J2EE implementation, Spring provides a unifying development model for the BEA WebLogic Real Time product line, allowing organizations to take advantage of the further performance gains of future releases.

Rate this Article

Adoption
Style

BT