
18 Oct
2004
18 Oct
'04
1:36 p.m.
On Sun, 17 Oct 2004 19:36:39 -0500 "Aaron W. LaFramboise" <aaronrabiddog51@aaronwl.com> 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...