Inter-component communication methods in object-oriented frameworks
Vaghinak Petrosyan

TL;DR
This paper explores methods to enhance inter-component communication in object-oriented frameworks by using message passing over the operating system, aiming to improve speed and reduce unnecessary message processing.
Contribution
It introduces a method for faster inter-component messaging in frameworks by passing messages directly over the OS and utilizing message subscriptions to filter unnecessary messages.
Findings
Increased communication speed through direct message passing.
Reduced processing of irrelevant messages via subscription filtering.
Applicable to graphical interface development frameworks.
Abstract
Modern frameworks for development of graphical interfaces are using the native controls of the operating system. Because of that they are using operating system events model for inter-component communication. We consider a method to increase inter-component communication speed by sending messages from one component to the other passing over the operating system. Besides the messages subscription helps to avoid receiving of unnecessary messages.
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Data Processing Techniques · Distributed and Parallel Computing Systems · Embedded Systems Design Techniques
