Hey guys. It's been a very long time since I've been here, and I need a little help. I am trying to make an IPC between a main script and multiple children scripts. I would like the main script to gather information, and broadcast that information in string form to the children scripts. I prefer that the children scripts be able to have a main loop that is not always checking for messages, but that children scripts can receive messages in an event-based manner. This would exclude using mailslo