Hi,
I fell into a rabbit hole trying to see if I managed to write a module that could self-propagate in a cluster, no matter its topology, (hence the worm) without resorting to external tools, and starting with a paste in iex.
It’s a basic graph traversal in appearance but there are a few details about the VM (how you can or cannot get object code for a loaded module, how the process group leader identity carries over :erpc calls) that surprised me. Also took the opportunity to create a few physical illustrations of the propagation in the cluster. Well, I learned new things again about :peer, :code and :erpc.






















