Proceedings of the Fourth ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming - PPOPP '93 1993
DOI: 10.1145/155332.155338
|View full text |Cite
|
Sign up to set email alerts
|

Integrating message-passing and shared-memory

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
24
0

Year Published

1994
1994
2017
2017

Publication Types

Select...
5
3
1

Relationship

1
8

Authors

Journals

citations
Cited by 99 publications
(24 citation statements)
references
References 21 publications
0
24
0
Order By: Relevance
“…It has been argued that shared memory is a desirable programming model since communication happens implicitly each time two threads access the same memory location. This is in contrast to a message passing programming model where the responsibility of managing communication is placed explicitly on the programmer 41 .…”
Section: Distributed Shared Memorymentioning
confidence: 99%
“…It has been argued that shared memory is a desirable programming model since communication happens implicitly each time two threads access the same memory location. This is in contrast to a message passing programming model where the responsibility of managing communication is placed explicitly on the programmer 41 .…”
Section: Distributed Shared Memorymentioning
confidence: 99%
“…It is argued that multiprocessors should support both messagepassing and shared-memory mechanisms, since one may be better than the other for certain types of tasks [8]. Messagepassing architectures are found to be suitable for applications where the data packets are large or the transfer latency is insignificant compared to other computations.…”
Section: Related Workmentioning
confidence: 99%
“…To avoid contention it is recommended to use queues over shared memory [21] [22]. In a high volume system, shared memory results in contention and therefore inhibits scaling.…”
Section: Maximizing Parallelizationmentioning
confidence: 99%