$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jody Hagins (jody-boost-011304_at_[hidden])
Date: 2004-10-18 08:36:07
On Sun, 17 Oct 2004 19:36:39 -0500
"Aaron W. LaFramboise" <aaronrabiddog51_at_[hidden]> wrote:
> I have been working on a design for a prototype policy-based universal
> demultiplexor. One of the policies is a 'dispatch policy' that
> provides the actual mechanism for notifying resource classes of
> events. In the initial implementation of this policy, I am using
> Boost.Signal.
My initial implementation is based on Boost.Signals as well. However,
every operation in the system goes through this dispatcher, and I was
hoping to benefit from work already done by others.
> I'm going to get back to the list on this, probably about when I'm
> done with the demultiplexor prototype.
Thanks! I look forward to the information from your tests...