Closed sleipnir closed 3 years ago
Thanks a lot.
Ergo node has embedded epmd service. Here is how it works when the node is starting...
You may also want to use go get -u github.com/halturin/ergo/cmd/epmd
as a standalone empd service, but I'm not sure if its worth it.
About benchmarking. EPMD has a very limited feature (port resolving) which doesn't affect performance at all. You will get significant improvements using Ergo Framework as a drop-in replacement (https://github.com/halturin/ergo#benchmarks)
moved to the discussion if you don't mind.
Hi, first of all I would like to congratulate you for the excellent project.
I would like to know if and how it would be possible to run the epmd you provide instead of the standard Erlang epmd. I would also like to know if there is any benchmark of you just doing the drop-in replacement of epmd using applications written purely in Erlang/Elixir.
Can you help me ?