Sciweavers

1550 search results - page 5 / 310
» Erlang for Concurrent Programming
Sort
View
ERLANG
2004
ACM
14 years 23 days ago
Erlang's exception handling revisited
This paper describes the new exception handling in the Erlang programming language, to be introduced in the forthcoming Release 10 of the Erlang/OTP system. We give a comprehensiv...
Richard Carlsson, Björn Gustavsson, Patrik Ny...
ERLANG
2006
ACM
14 years 1 months ago
Concurrent caching
A concurrent cache design is presented which allows cached data to be spread across a cluster of computers. The implementation s persistent storage from cache storage and abstract...
Jay Nelson
ICFP
2009
ACM
14 years 2 months ago
Finding race conditions in Erlang with QuickCheck and PULSE
We address the problem of testing and debugging concurrent, distributed Erlang applications. In concurrent programs, race conditions are a common class of bugs and are very hard t...
Koen Claessen, Michal Palka, Nicholas Smallbone, J...
QUEUE
2008
59views more  QUEUE 2008»
13 years 6 months ago
Erlang for Concurrent Programming
Jim Larson
ERLANG
2007
ACM
13 years 11 months ago
Introducing records by refactoring
László Lövei, Zoltán Hor...