wok annotate erlang/description.txt @ rev 25693
dropbear (2024.84) fixes terrapin-attack, again
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 21 13:35:21 2024 +0000 (9 months ago) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@24518 | 1 Erlang is a programming language used to build massively scalable |
Hans-G?nter@24518 | 2 soft real-time systems with requirements on high availability. |
Hans-G?nter@24518 | 3 Some of its uses are in telecoms, banking, e-commerce, computer |
Hans-G?nter@24518 | 4 telephony and instant messaging. |
Hans-G?nter@24518 | 5 Erlang's runtime system has built-in support for concurrency, |
Hans-G?nter@24518 | 6 distribution and fault tolerance. |