|
DSpace at Cochin University >
Department of Computer Science >
Seminar Reports >
MTech 2010-2012 Batch >
Please use this identifier to cite or link to this item:
http://hdl.handle.net/123456789/3196
|
| Title: | ERLANG – CONCURRENT PROGRAMMING LANGUAGE |
| Authors: | Sreejesh V. K. |
| Keywords: | Concurrent programming, fault-tolerant, reliable, distributed systems, multi-core |
| Issue Date: | 26-May-2011 |
| Abstract: | Erlang is a concurrent programming language designed for programming fault-
tolerant distributed systems at Ericsson and has been, since 2000, freely available subject to
an open-source license. More recently, we’ve seen renewed interest in Erlang, as the Erlang
way of programming maps naturally to multi-core computers. In it the notion of a process is
fundamental, with processes created and managed by the Erlang runtime system, not by the
underlying operating system. The individual processes, which are programmed in a simple
dynamically typed functional programming language, do not share memory and exchange
data through message passing, simplifying the programming of multi-core computers. Its
native support for distribution and fault recovery makes it a very powerful language, since
the paradigm can scale from the multiple cores of a CPU to a large network-centric system. |
| URI: | http://hdl.handle.net/123456789/3196 |
| Appears in Collections: | MTech 2010-2012 Batch
|
Items in DSpace are protected by copyright, with all rights reserved, unless otherwise indicated.
|