Event-based Programming Models for Event-based Programming Models for

  • Authors:
  • K. Ravindran;Jun Wu

  • Affiliations:
  • Department of Computer Science City University of New York, USA.;Department of Computer Science City University of New York, USA.

  • Venue:
  • DS-RT '05 Proceedings of the 9th IEEE International Symposium on Distributed Simulation and Real-Time Applications
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

The paper deals with providing a specification methodology to enable flexible monitoring in large scale distributed information systems (DIS). The goal is to allow the monitoring of compliance to prop- erties deemed as critical for functioning of a DIS. Since information attacks due to external intrusion and/or component failures often manifest as devia- tions from critical behaviors expected of a DIS, a vi- olation of compliance to a specified critical property can be viewed as symptomatic of information attacks. Based on this principle, users can prescribe critical properties in the form of event predicates, which are boolean conditions on the externally visible interface state distributed among computation nodes and can be detected by distributed algorithms. Our specifica- tion methodology manifests in two facets: i) de- signing a meta-language which allows the interface behavior of a system to be prescribed through pos- sible occurrences of events in the external environ- ment; and ii) incorporating the specification lan- guage into a programming interface that exposes the computation-level states symbolizing the occurrence of events. Any target application can then plugged-in to the generic monitor tool to test for its compliance to critical functionality requirements. The realization of monitor in distributed object-oriented programming languages (such as JAVA) reduces the software devel- opment costs of implementing a DIS: due to the ease of specification, development and maintenance of the DIS.