Proceedings of the 2004 ACM SIGPLAN Workshop on Haskell 2004
DOI: 10.1145/1017472.1017479
|View full text |Cite
|
Sign up to set email alerts
|

Extending the Haskell foreign function interface with concurrency

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
20
0

Year Published

2005
2005
2018
2018

Publication Types

Select...
5
2
1

Relationship

3
5

Authors

Journals

citations
Cited by 23 publications
(20 citation statements)
references
References 3 publications
0
20
0
Order By: Relevance
“…-The behaviour of Concurrent Haskell in the presence of calls to and from foreign languages was specified [6] …”
Section: Concurrent Haskellmentioning
confidence: 99%
See 1 more Smart Citation
“…-The behaviour of Concurrent Haskell in the presence of calls to and from foreign languages was specified [6] …”
Section: Concurrent Haskellmentioning
confidence: 99%
“…The details of the design can be found in Marlow et al [6], in the following sections we summarise the behaviour the Haskell programmer can expect.…”
Section: Concurrency and The Foreign Function Interfacementioning
confidence: 99%
“…Communication across a network has a considerably higher latency than local communication, but standard distributed programming techniques -such as the use of local proxies [85] and pipelined protocols [86] -can be applied to minimise these overheads, while runtime system integration allows activities to run while others are waiting for network communications [87,88]. CoSMoS has developed design patterns for efficient distributed simulation using messagepassing techniques [89]; ongoing work includes new approaches to temporal synchronisation in distributed simulations [90].…”
Section: Scalable Simulationmentioning
confidence: 99%
“…Foreign calls are not the focus of this paper, but more details can be found in Marlow et al (2004).…”
Section: Coresmentioning
confidence: 99%