|
|
|
|
|
by Ankhers
1160 days ago
|
|
> I do wonder if maybe streaming large data chunks over Erlang distribution might be a problem and a secondary data channel (e.g. over udp or sctp) might be worth playing with. You may want to take a look at the partisan[0] library written in Erlang. It is basically that, a reimagination of distributed Erlang, except that it can be multiplexed over multiple connections. [0] - https://github.com/lasp-lang/partisan/ |
|