[erlang-questions] Making erlang more realtime?

Max Lapshin max.lapshin@REDACTED
Sat Mar 4 09:02:18 CET 2017


1) You need to start fixing your decoder that have to handle network delays.

2) if you write a proxy, then you don't need to worry about "realtime":
 receive frame and forward it.  6ms will be spent inside erlang only if you
write at least 100-300K of useless LOC that do nothing. In flussonic we
measure microseconds.

3) you need to stop thinking about "latency and realtime" in erlang and
start looking at tcpdump and understanding that TCP is a source of latency
problem in p2p video streaming.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20170304/1a1f2f66/attachment.htm>


More information about the erlang-questions mailing list