[erlang-questions] AMQP 1.0 Client

Michael Truog mjtruog@REDACTED
Tue Oct 20 08:08:40 CEST 2015


On 10/19/2015 10:39 PM, Garrett Smith wrote:
>
> I don't think so, not obviously anyway. Setting aside the complexity of writing NIFs, you're just trading one latency (IO over stdio) for another (IO over sockets). Not to mention the overhead of another VM.
>
The other problem is that the Erlang node communication will be a single connection bottleneck, so you can't exploit any concurrency with the NIF (the problem gets worse as more data is exchanged utilizing more throughput).

>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20151019/fc3fd953/attachment.htm>


More information about the erlang-questions mailing list