Introduction to WebLogic Real Time

     Previous  Next    Open TOC in new window  Open Index in new window  View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Overview of WebLogic Real Time

This section contains information on the following subjects:

 


What is WebLogic Real Time?

WebLogic Real Time provides lightweight, front-office infrastructure for low latency, event-driven applications. For companies in highly competitive environments where performance is key and every millisecond counts, WebLogic Real Time provides the first Java-based real-time computing infrastructure.

For example, for certain types of applications, particularly in the Telecom and Finance industries, stringent requirements are placed on transaction latency. When these applications are written in Java, the unpredictable pause times caused by garbage collection can have a profound and potentially harmful affect on this latency.

For this reason, WebLogic Real Time's proprietary JRockit JVM introduces "deterministic" garbage collection, a dynamic garbage collection priority that ensures extremely short pause times and limits the total number of those pauses within a prescribed window. Such short pauses can greatly lessen the lessen the impact of the deterministic garbage collection when compared to running a normal garbage collection.

WebLogic Real Time includes the following components:

For more information about the key components of the WebLogic Real Time, please refer to Architecture.

For a listing of the hardware and software configurations supported by WebLogic Real Time, see WebLogic Real Time 1.0 Supported Configurations.

 


Example Use Cases

These use cases provide examples of how WebLogic Real Time can provide solutions for high-performance environments with response-time sensitive applications.

Derivative Exchange Defies Arbitrage Traders

An investment arm of a large retail bank provides an exchange for derivatives of European securities. It is an over-the-counter (OTC) request-for-quote and execution system (but provides no settlement and clearing services). A broker submits a request for a quotation and includes the investment identifier and quantity. The system accepts the quotation and applies certain business rules. Depending upon the investment identifier and market conditions, the request is routed to a particular third-party market-maker who then calculates and provides the bid and ask price for the derivative. The response is returned to the broker via the OTC exchange. The broker can then execute the trade of the derivative through a subsequent request, which is routed via the OTC exchange to the appropriate market maker.

The complication with this arrangement is that arbitrage traders can take advantage of the latency delay in the bank's OTC exchange infrastructure because the arbitrage trader can measure the latency that occurs during the small period in which the request for quotation is handled. In a fast moving market, price changes of the derivative may occur within this latency period. This presents an opportunity for an arbitrage trader to take advantage of inefficiency in the marketplace and expose the investment bank to intolerable risk.

The investment bank requires a very high performance-driven software infrastructure, such as WebLogic Real Time. It requires that the latency of the OTC exchange be extremely low. Specifically, to combat arbitrage traders, the latency of the exchange's infrastructure must be less than the latency of the arbitrage traders' infrastructure. In this way, the arbitrage traders' data becomes stale before the exchange's, and therefore is not actionable.

Competition-Beating Risk Calculation Infrastructure

A large investment bank is a market-maker for fixed income securities. A request-for-quote (RFQ) is received from an inter-dealer market electronic communication network (ECN), such as TradeWeb. This RFQ would have been submitted to a number of entities. To be competitive, it is vital that the quotation is returned as quickly as possible with the best possible price. Therefore, a minimum amount of latency is necessary to ensure that the investment bank wins customers, or at least, the latency is less than that of the organization's competitors.

During the quotation process, a risk and pricing model is executed to determine the quote price to provide to the customer. Because of the complexity of these calculations, they are currently performed overnight. The result is a stratum of at least four grades of risk advisories that govern fixed rate securities prices. Note that there is at least a twelve-hour lag in these risk calculations. This leads to a risk window since the calculations are stale even at the start of next-day business. To lower this risk, and potentially provide better rates to customers, a real-time risk and pricing calculator would be required. WebLogic Real Time provides a latency-adverse infrastructure to make this feasible.

 


WebLogic Real Time 1.0 Supported Configurations

WebLogic Real Time 1.0 is certified to be compatible with the following platforms and software:

List of Supported Operating System Configuration

Table 1-1 lists the operating system and hardware configurations on which BEA supports WebLogic Real Time 1.0.

Table 1-1 Operating System and Hardware Supported by WebLogic Real Time 1.0
Vendor and Operating System
Version
Hardware
WebLogic Real Time 1.x
Microsoft Windows Server 2003
  • Standard
  • Enterprise
  • Datacenter
x86
1.0
Microsoft Windows XP
SP2
x86
1.0
Red Hat Enterprise Linux
3.0 AS, ES, WS
x86
1.0
4.0 AS, ES, WS
x86
1.0

List of Supported Software

Table 1-2 lists the software supported by WebLogic Real Time 1.0.

Table 1-2 Software Supported by WebLogic Real Time 1.0
Software
Version
WebLogic Server 9.1
9.1
BEA JRockit
5.0 R26.0.0
Build: R26.0.0-189_CR256719_CR257184-54965-1.5.0_04-20051219-*
Spring Framework
1.2.6

 


WebLogic Real Time Support

You are entitled to support if you have a support agreement with BEA.

 


Terminology

Table 1-3 defines the terms and acronyms used this document:

Table 1-3 Terminology 
Terms
Definition
Real-time
A level of computer responsiveness that a user senses as sufficiently immediate or that enables the computer to keep up with some external process (for example, to present visualizations of the weather as it constantly changes).
Latency
An expression of how much time it takes for data to get from one designated point to another.
Throughput
The amount of work that a computer can do in a given time period.
Deterministic garbage collection
Short, predictable pause times for memory heap garbage collection, which is the process of clearing dead objects from the heap, thus releasing that space for new objects.


  Back to Top       Previous  Next