Implementation of an Object Control Model Based on Request-reply Pattern

蔡志旻,赵洋,潘捷,潘金贵
DOI: https://doi.org/10.3969/j.issn.1000-3428.2003.02.041
2003-01-01
Abstract:In some specific systems, such as compiling systems or graphics systems, a large mount of objects with inherent associations and similarity should be managed to handle different operations upon different objects. Also, the management has to adapt the variation of objects and the variation of operations upon objects. Normal approach is to design a complicated control center to identify different objects and dispatch separate operations over separate objects. However such a centralized control model witnessed defects of complicated management, high control cost, and hard scalability. For such reasons, this paper performs an object control model based on request-reply pattern, which solves the problem effectively.
What problem does this paper attempt to address?