Computing for Embedded Systems and Ptolemy II
18
Examples of Models of Computation
(continued)
12.Unstructured events
•The Java Beans, COM, and CORBA frameworks all provide a very loose model of computation that is based on method calls with no particular control on the order in which method calls occur.
•It has a key advantage that since no synchronization is built in, unsynchronized interactions can be easily implemented with no risk of deadlock.