<div dir="ltr">It is important to understand that if you use gen_event to register event handlers, than all event traffic will flow through one single process.<div><br></div><div>If you have 100 messages per second and 10 000 subscribers, than one single process (one single core) will send 1 mln of messages per second.</div>
<div><br></div><div>If you register subscribers in public named ets table, than each producer will send only 10 000 messages, which can be distributed among cores.</div></div>