Supporting Multiprocessor Resource Synchronization Protocols in RTEMS
Junjie Shi, Jan Duy Thien Pham, Malte M\"unch, Jan Viktor Hafemeister,, Jian-Jia Chen, Kuan-Hsun Chen

TL;DR
This paper implements and evaluates various multiprocessor resource synchronization protocols in RTEMS, demonstrating their practical performance impacts and comparability to existing protocols like MrsP in real-world scenarios.
Contribution
It provides a practical implementation of multiple protocols in RTEMS and analyzes their performance considering real-world overheads.
Findings
Protocols are comparable to MrsP in performance.
Implementation overheads significantly affect protocol efficiency.
Real-world deployment highlights practical considerations for protocol choice.
Abstract
When considering recurrent tasks in real-time systems, concurrent accesses to shared resources, can cause race conditions or data corruptions. Such a problem has been extensively studied since the 1990s, and numerous resource synchronization protocols have been developed for both uni-processor and multiprocessor real-time systems, with the assumption that the implementation overheads are negligible. However, in practice, the implementation overheads may impact the performance of different protocols depending upon the practiced scenarios, e.g., resources are accessed locally or remotely, and tasks spin or suspend themselves when the requested resources are not available. In this paper, to show the applicability of different protocols in real-world systems, we detail the implementation of several state-of-the-art multiprocessor resource synchronization protocols in RTEMS. To study the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReal-Time Systems Scheduling · Distributed systems and fault tolerance · Embedded Systems Design Techniques
