Export Citations
- Sponsor:
- sigplan
No abstract available.
Proceeding Downloads
The Nifty way to call hell from heaven
Often Erlang programmers want or need to use existing C libraries. Also, occasionally they have good reasons to implement parts of their applications directly in C. To cater for such situations, the Erlang/OTP system comes with various mechanisms to ...
Towards reliable and scalable robot communication
The Robot Operating System (ROS) is the de facto standard platform for modern robots. However, communication between ROS nodes has scalability and reliability issues in practice. In this paper, we investigate whether Erlang's lightweight concurrency ...
Profiling actor utilization and communication in Akka
Several programming languages and frameworks offer actor-based concurrency inspired by Erlang. Among them, Akka has been adopted in numerous applications and frameworks running on the Java Virtual Machine. Unfortunately, despite the spread of Akka-...
A scalable reliable instant messenger using the SD Erlang libraries
Erlang has world leading reliability capabilities, but while it scales extremely well within a single node, distributed Erlang has some scalability issues. The Scalable Distributed (SD) Erlang libraries have been designed to address the scalability ...
CRDTs for the configuration of distributed Erlang systems
CRDT (Conflict-free replicated data type) is a data type that supports conflict free resolution of concurrent, distributed updates. It is often mentioned alongside storage systems that are distributed, fault-tolerant and reliable. These are similar ...
Observing the consistency of distributed systems
In distributed Erlang systems temporary network issues are very likely; and can affect the consistency of the system. If the system is a distributed data store relying on a weak consistency model, its data stored may diverge as a result of connectivity ...
Making everybody comfortable with Erlang: a SCADA system for thermal control
SCADA systems are a kind of industrial control systems which remotely monitor and even operate signal-emitting components, typically those involved in physical industrial processes. SCADA systems have been around for decades, but with the ...
Automatic generation of UML sequence diagrams from test counterexamples
Software testing activities involve two main challenges: the first is the design of test cases that will reveal failures; the second is the debugging of the software under test to identify and remove the source of the revealed failures. While a lot of ...
Towards semi-automatic data-type translation for parallelism in Erlang
As part of ongoing research into programmer-in-the-loop parallelisation, we are studying the problem of automatically introducing alternative data structures to support parallelism. Our goal is to make it easier to produce the best parallelisation for ...
Index Terms
- Proceedings of the 15th International Workshop on Erlang
Recommendations
Acceptance Rates
Year | Submitted | Accepted | Rate |
---|---|---|---|
Erlang '14 | 14 | 9 | 64% |
Erlang '13 | 15 | 12 | 80% |
Erlang '11 | 14 | 10 | 71% |
ERLANG '08 | 10 | 9 | 90% |
ERLANG '07 | 15 | 11 | 73% |
Overall | 68 | 51 | 75% |