Hello,<div><br></div><div>I am trying to set up a pub-sub type situation where I have a function called which does some stuff and at the end broadcasts a message. I would like for multiple handlers to be able to receive that message and do something with it. I'm currently using gen_event, but have been reading about gproc as well. Can anyone explain why they'd use one over the other for pub/sub?</div>
<div><br></div><div>Thanks,</div><div><br></div><div>Andrew</div>