$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Multicast using Asio
From: Vince Deters (vince.deters_at_[hidden])
Date: 2011-12-01 10:57:13
Hi,
I'm working on a rudimentary pub/sub mechanism using Asio, with the requirement that the publisher be notified when a new subscriber appears. Using multicast, this would correspond to a subscriber joining the multicast group. But it appears there's no way for the publisher to know this, correct? If so, is the only alternative to dedicate a socket to each pub/sub pair?
Thanks,
Vince