3

I'm only passingly familiar with either, but it seems like most of what ZeroMQ offers is already built into Erlang, yet there's an Erlang-ZeroMQ binding that's fairly active according to its github page. What am I missing?

1
  • 3
    Suppose you wanted to use Erlang to talk to a system that already uses ZeroMQ... Commented Apr 4, 2013 at 23:20

2 Answers 2

4

ZeroMQ bindings are available for a lot of programming languages, not just Erlang; this is one of the library's great strengths.

Erlang's built-in mechanisms are probably great as long as everything uses Erlang, but I doubt they are in any way compatible with other languages' native networking mechanisms.

1

Perhaps communication with a ZeroMQ bound but non Erlang process.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.