Secure chained observer pattern in distributed systems

  • Authors:
  • Vivek Babu Gondi

  • Affiliations:
  • Datta G. Mindtree Limited, Bangalore, India

  • Venue:
  • Proceedings of the 17th Conference on Pattern Languages of Programs
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

The concept of sending messages to several receivers is a common scenario in distributed applications. However, there is a certain degree of complexity involved assuming that the sender and receiver are physically at remote locations. Aspects like accessibility, security, and large volumes are key factors in these systems. Therefore, messaging in distributed systems poses several challenges and requires optimal design. We use this problem to come up with a pattern in sending secure messages automatically from the sender to receiver(s) using a secure observer classes.