Proceedings of the 18th ACM SIGPLAN International Workshop on Erlang 2019
DOI: 10.1145/3331542.3342572
|View full text |Cite
|
Sign up to set email alerts
|

Scaling Erlang distribution: going beyond the fully connected mesh

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1

Citation Types

0
2
0

Year Published

2021
2021
2022
2022

Publication Types

Select...
2

Relationship

0
2

Authors

Journals

citations
Cited by 2 publications
(2 citation statements)
references
References 9 publications
0
2
0
Order By: Relevance
“…Since TCP is optimized for the general use, it exhibits limitations in scenarios like bulk transfer, multicast, concurrent systems, computational grids, fast networks, etc. [36], [16], [13], [25], [24], [21], [17]. This motivated the design of reliable transport-level alternatives on top of UDP.…”
Section: Related Workmentioning
confidence: 99%
“…Since TCP is optimized for the general use, it exhibits limitations in scenarios like bulk transfer, multicast, concurrent systems, computational grids, fast networks, etc. [36], [16], [13], [25], [24], [21], [17]. This motivated the design of reliable transport-level alternatives on top of UDP.…”
Section: Related Workmentioning
confidence: 99%
“…Erlang is a general-purpose functional language initially developed by Ericsson to build high-performance telecom switch systems. These systems are expected to scale horizontally, handle a heavy load with very low latency, and run practically forever without service interruption [2]. These specific requirements guided the design of the language: a) Firstclass processes with strong isolation; b) Integrated support for transparent distribution; c) High-level distributed coordination mechanisms; d) Sophisticated fault tolerance abstractions; e) Automatic memory management; f) Soft real-time support; and g) Hot-loading software updates.…”
Section: Introductionmentioning
confidence: 99%