login

A Framework for Event Composition in Distributed Systems

Lecture notes in computer sciencePublished 1 January 2003
Peter Pietzuch, Brian Shand, Jean Bacon
Citations74
SJR quartileQ2
SJR score0.35
SNIP0.55

TL;DR

A general composite event detection framework that can be added on top of existing middleware architectures -- as demonstrated in the implementation over JMS, which argues that the framework is flexible, expressive, and easy to implement.

Abstract

For large-scale distributed applications such as internet-wide or ubiquitous systems, event-based communication is an effective messaging mechanism between components. In order to handle the large volume of events in such systems, composite event detection enables application components to express interest in the occurrence of complex patterns of events. In this paper, we introduce a general composite event detection framework that can be added on top of existing middleware architectures — as demonstrated in our implementation over JMS. We argue that the framework is flexible, expressive, and easy to implement. Based on finite state automata extended with a rich time model and support for parameterisation, it provides a decomposable core language for composite event specification, so that composite event detection can be distributed throughout the system. We discuss the issues associated with automatic distribution of composite event expressions. Finally, tests of our composite event system over JMS show reduced bandwidth consumption and a low notification delay for composite events.

Keywords

Computer Science