JSA 2021

by on under pubblications
1 minute read

Good news here today! Our journal extension of our work, published at ISORC 2020, named “ReTiF: A declarative real-time scheduling framework for POSIX systems” was accepted at Journal of System Architecture! In this paper we proposed a new framework to let the Linux real-time scheduling features easier to program by real-time systems developers.

Here the abstract:

This paper proposes a novel framework providing a declarative interface to access real-time process scheduling services available in an operating system kernel. The main idea is to let applications declare their temporal requirements or characteristics without knowing exactly which underlying scheduling algorithms are offered by the system. The proposed framework can adequately handle such a set of heterogeneous requirements configuring the platform and partitioning the requests among the available multitude of cores, so to exploit the various scheduling disciplines that are available in the kernel, matching application requirements in the best possible way. The framework is realized with a modular architecture in which different plugins handle independently certain real-time scheduling features. The architecture is designed to make its behavior customization easier and enhance the support for other operating systems by introducing and configuring additional plugins.

You can find the full article here

real-time, operating system, linux, kernel programming