Specifying and Detecting Composite Events in Content-Based Publish/Subscribe Systems

  • Authors:
  • Simon Courtenage

  • Affiliations:
  • -

  • Venue:
  • ICDCSW '02 Proceedings of the 22nd International Conference on Distributed Computing Systems
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

Content-based publish/subscribe systems mediate between publishers of information and subscribers who sign up to receive information, by routing messages across the network from their source of publication to the point of subscription using the message content. The routing information is derived from the subscriptions. One particular problem faced by content-based publish/subscribe systems is how to turn the speci拢cation of complex subscriptions into routing information that can be distributed across the network.In this paper, we describe a new declarative language for specifying composite events based on the typed ë -calculus. Composite events are represented in this language by cur-riedfunctional expressions, i.e., functions that can be called with less arguments than parameters and which return as a result an updated version of the function with the remaining parameters. Events which are components of the composite event are passed as arguments to such expressions, and the resulting evaluation produces a functional expression which represents the current state of the composite event. A property of this language, derived from a property of the ë -calculus, is that results can be converted back to the expressions from which they were produced. We exploit this property to show how an expression representing a compositeevent can be converted into an expression from which routing information can be derived.