think MXHR. An http request comes and wants to temporarily listen in on a group of ports, eg: configure nodeid => "anon/"; grp_reg "foo" => $port; rcv $port sub { print shift; $cv->send if remote_client_is_no_longer_connected; }; thx -g