
Investigando STM em Haskell como Alternativa para a Programação de Sistemas com Memória Compartilhada
2010; UNIVERSIDADE DE PASSO FUNDO; Volume: 2; Issue: 1 Linguagem: Inglês
10.5335/rbca.2010.009
ISSN2176-6649
AutoresErnâni Teixeira Liberali, Juliana Kaiser Vizzotto,
Tópico(s)Data Mining Algorithms and Applications
ResumoThis work proposes to investigate the use of Software Transactional Memory (STM) as a programming alternative for parallel architectures with shared memory.First, we study the concept of parallel programming and its main characteristics.Then we describe the STM approach for parallel programming, as well its application in the context of functional programming languages, in special Haskell.As a case study to illustrate the advantages of using STM, we show the implementation in Haskell of the classic problem of synchronization, the dining philosophers problem.Finally, aiming to demonstrate the simplicity and elegance of codes with STM in Haskell, it compares this implementation with another implementation of the same problem using the mechanism of synchronization monitors in Java.
Referência(s)