patterns-discussion AT lists.siebelschool.illinois.edu
Subject: General talk about software patterns
List archive
Re: [patterns-discussion] Fw: Re: [gang-of-4-patterns] Live or Animated Object Design Pattern
Chronological Thread
- From: Messaging Design Pattern <dsheppard2k AT yahoo.com>
- To: Ralph Johnson <johnson AT cs.uiuc.edu>
- Cc: gang-of-4-patterns AT cs.uiuc.edu, patterns-discussion AT cs.uiuc.edu
- Subject: Re: [patterns-discussion] Fw: Re: [gang-of-4-patterns] Live or Animated Object Design Pattern
- Date: Tue, 17 May 2011 16:01:42 -0700 (PDT)
- List-archive: <http://lists.cs.uiuc.edu/pipermail/patterns-discussion>
- List-id: General talk about software patterns <patterns-discussion.cs.uiuc.edu>
Ralph, I uploaded a second revision of the draft including a detailed comparison between the design pattern and the Actors model (6+ pages). I've attached a few paragraphs taken from the second revision which cover some of the criticisms attributed to the Actors model. I'm not sure that you saw the second revision of the draft. Your browser may have saved the older revision (cache). In any case, If you happen to disagree with aspects of the detailed comparison, please send any specific comments/concerns that you may have. I'll be happy to address any specific issues in order to improve the content of the draft (as intended): http://java.net/projects/jt/downloads/download/Papers/MDPAnimated.doc Because of size limitations, I had to create an Appendix. I just uploaded another revision (3rd). I also added a list of references to the draft. Thank you for your comments. Al The pattern and the Actor model have many differences: model, abstractions, primitives, assumptions, messaging types, implementation, and results. Appendix 1) The Actor model makes the assumption that the message delivery is guaranteed (fairness). As a consequence mailboxes are infinite. Such assumption has been the source of criticism. It seems artificial, unrealistic, and not really required. The potential loss of information is a fact of life. However, there are control mechanisms that can be put in place in order to provide redundancy, reliability, fault-tolerance and ensure delivery of critical information. There is also a general consensus that such assumption poses challenges that hinders the applicability of the model 2) For example, the Actor model uses the concept of behavior. Each time an Actor accepts a message, a replacement behavior is computed. This abstraction is probably redundant within the context of object oriented technologies. It has also been the source of criticism. It introduces complexity and overhead associated with having additional abstractions and primitives. Behavior is already handled by the component functionality provided by its internal functions or methods. In other words, the component will behave according to the information received (inputs), its internal state and its collection of functions or methods. In reality, the concept of behavior is already an intrinsic aspect associated with an object (animated or not). No separate abstraction and associated set of primitives need to be modeled or implemented. 3) Animated objects and MDP messaging rely on a single information primitive: public interface JtInterface { Object processMessage (Object message); } Messaging as a concept presents many qualities including: simplicity, versatility, decoupling, encapsulation, reusability, scalability and so on. This is a simple concept with a simple implementation. A single messaging primitive also makes the proposed approach distinctively different..... 4)The pure Actor model is based on asynchronous messaging. The coordination of Actors has been criticized for its complexity. In general asynchronous messaging present complications and should not be used for all circumstances. Animated components provide transparent support for all modalities of messaging. --- On Thu, 5/12/11, Messaging Design Pattern <dsheppard2k AT yahoo.com> wrote:
|
- Re: [patterns-discussion] Fw: Re: [gang-of-4-patterns] Live or Animated Object Design Pattern, Messaging Design Pattern, 05/12/2011
- Re: [patterns-discussion] Fw: Re: [gang-of-4-patterns] Live or Animated Object Design Pattern, Ralph Johnson, 05/13/2011
- <Possible follow-up(s)>
- Re: [patterns-discussion] Fw: Re: [gang-of-4-patterns] Live or Animated Object Design Pattern, Messaging Design Pattern, 05/17/2011
Archive powered by MHonArc 2.6.16.