[erlang-questions] Troubling gen_tcp.send/3 performance

Max Lapshin max.lapshin@REDACTED
Sun Dec 4 20:24:38 CET 2016


The first question is your architecture.

If you want to make gen_tcp:send to different sockets from one process,
then you have wrong architecture and need to change all this.

Flussonic has rtmp server inside and after some performance optimizations
(all are high-level, algorithmic) it can send 1-3 gbit/s via rtmp.  But it
is the top.  RTMP is a dead protocol, you are just wasting your time on it
because till the end of 2017 it will be disabled in almost all browsers.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20161204/e173dcd3/attachment.htm>


More information about the erlang-questions mailing list