Implementing Application Specific RTOS Policies using Reflection

  • Authors:
  • Ameet Patil;Neil Audsley

  • Affiliations:
  • University of York, UK;University of York, UK

  • Venue:
  • RTAS '05 Proceedings of the 11th IEEE Real Time on Embedded Technology and Applications Symposium
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

Conventionally, a Real-time Operating System (RTOS) is built without knowing which specific applications will be excuted upon it.The RTOS is built for the general case, rather than to meet the specific requirements of an application. This paper proposes a generic module-based reflective framework to implement an RTOS that allows applications to dynamically adapt the policies within the RTOS to better meet application-specific requirements. The specific approach taken is to augment a conventional 驴-kernel with a module-based reflective mechanism that allows applications to dynamically change the behaviour of themselves, and the policies of the underlying RTOS.Reflection is used to allow applications and system modules to access key OS data structures to obtain information pertaining to the current system performance and resource management policies (eg. scheduling). An application is then able to modify or introduce new policies into the RTOS to satisfy its demands.Evaluation of our approach shows a considerable performance gain.