Related links
Concurrent Programming November 18, 2008
▫ Event-based concurrent servers. ▫ Shared variables. ▫ The need for Question: Which variables in a threaded C program are shared variables? ▫ The answer
Learn more
Static Detection of Deadlocks in Erlang
by M Christakis Cited by 6 Erlangs main strength is that it has been built from the ground up to support concurrency. Its concurrency model differs from that of most other programming.
Learn more
AESOP: Expressing Concurrency in High-Performance
by D Kimpe Cited by 12 In this work we present AESOP, a new programming language and programming model designed to implement distributed system software with high development
Learn more