Re: Help me find the pattern...
From: kenandeva
Date: 10/29/03
- Next message: Hoff, Todd: "Re: Singleton"
- Previous message: kenandeva
: "Book on OO Component Design?" - In reply to: Daniel T.: "Help me find the pattern..."
- Next in thread: Jacob Mee: "Re: Help me find the pattern..."
- Reply: Jacob Mee: "Re: Help me find the pattern..."
- Reply: Jacob Mee: "Re: Help me find the pattern..."
- Reply: Daniel T.: "Re: Help me find the pattern..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 29 Oct 2003 08:27:11 -0500
You're talking about the Active Object pattern. It is presented at
length in the book Pattern Oriented Software Architecutre, vol. 2. An
earlier draft of the pattern is available in pdf form at:
http://www.cs.wustl.edu/~schmidt/PDF/Act-Obj.pdf
However, it's really a useful book, so I'd recommend getting it and vol 1.
Enjoy!
Ken
Daniel T. wrote:
>I once read a paper about a communication pattern. All I remember about
>it now is that the messages to the object were placed on a stack to be
>sent to the object (which could exist on another thread or another
>computer.) If the message was to return something, the client would get
>back a "Future" object, and asking for the value of the something inside
>the Future object would cause the thread to block until the information
>was available from the object on the other side of the boundary...
>
>I thought the paper was connected to the ACE framework but I can't find
>it now. If someone knows where it can be found, could you reply with a
>link to it? TIA!
>
>
- Next message: Hoff, Todd: "Re: Singleton"
- Previous message: kenandeva
: "Book on OO Component Design?" - In reply to: Daniel T.: "Help me find the pattern..."
- Next in thread: Jacob Mee: "Re: Help me find the pattern..."
- Reply: Jacob Mee: "Re: Help me find the pattern..."
- Reply: Jacob Mee: "Re: Help me find the pattern..."
- Reply: Daniel T.: "Re: Help me find the pattern..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|