[erlang-questions] Erl-SIGTRAN
Serge Aleynikov
serge@REDACTED
Mon Oct 16 15:16:49 CEST 2006
We implemented the kernel SCTP binding for Erlang, as well as a pure
Erlang M3UA. The SCTP performance is comparable to TCP. M3UA doesn't
add much overhead as its mere job is to run a fairly simple state
machine, relay messages to/from its user part, and react on association
up/down events.
Generally the presence of binary pattern matching and good concurrency
model in Erlang makes it a good choice for implementing networking
protocols...
Serge
Eranga Udesh wrote:
> Hi,
>
>
>
> I wonder if it's feasible to develop a SIGTRAN stack on pure Erlang? How
> will be the performance? Is there anybody who has worked in a related area?
>
>
>
> Thanks,
>
> - Eranga
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
More information about the erlang-questions
mailing list