[erlang-questions] How to handle a massive amount of UDP packets?

Max Lapshin max.lapshin@REDACTED
Mon Apr 16 07:45:47 CEST 2012


I've created  proxy that translates UDP MPEG-TS to HTTP MPEG-TS.
Erlang couldn't handle 1 Gbps of incoming 188 bytes packets because it
was too many messages. Just because of them.

That is why I've switched to driver that accumulates UDP packets in
big chunks, lowers their amount in 10 times and sends as a big
message. It can handle payload of several gigabits.



More information about the erlang-questions mailing list