1990
DOI: 10.21236/ada228712
|View full text |Cite
|
Sign up to set email alerts
|

Concurrent Aggregates (CA): An Object-Oriented Language for Fine-Grained Message-Passing Machines

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
7
0

Year Published

1993
1993
1996
1996

Publication Types

Select...
4
2

Relationship

0
6

Authors

Journals

citations
Cited by 8 publications
(7 citation statements)
references
References 28 publications
0
7
0
Order By: Relevance
“…On a distributed-memory architecture, such as the J-machine [19] or the CM-5 [52], we might instead maintain in software a fixed number of copies on different processors, which serve to spread out the load and reduce contention. Dally's ''distributed objects'' [18] or Chien's ''concurrent aggregates'' [14,13] might be useful substrates for implementing a multi-version memory on a distributed-memory machine.…”
Section: Implementation On Existing Architecturesmentioning
confidence: 99%
See 2 more Smart Citations
“…On a distributed-memory architecture, such as the J-machine [19] or the CM-5 [52], we might instead maintain in software a fixed number of copies on different processors, which serve to spread out the load and reduce contention. Dally's ''distributed objects'' [18] or Chien's ''concurrent aggregates'' [14,13] might be useful substrates for implementing a multi-version memory on a distributed-memory machine.…”
Section: Implementation On Existing Architecturesmentioning
confidence: 99%
“…Our experiments were performed using Andrew Chien's Concurrent Aggregates (CA) language and multiprocessor simulator [14,13]. CA is an object-oriented language designed for fine-grained distributed-memory machines.…”
Section: The Simulatormentioning
confidence: 99%
See 1 more Smart Citation
“…I There can be a grave performance impact for the implicit synchronization this model imposes on threads even when they do not conflict. 4 While allowing for actors, pSather treats object-orientation and parallelism as orthogonal concepts, explicitly exposing Object orientation facilitates encapsulation of efficient parallel algorithms for machines with different characteristics. Compilers will not be able to perform the different algorithmic optimizations on the same source code necessary to achieve high performance on a single workstation, a T3D, and a network of workstations.…”
Section: Parallelism and Languagesmentioning
confidence: 99%
“…The group of actors have a common group name which may be used in conjunction with a more speci c parameter to access individual actors (or a subgroup of actors) within the group (cf. 15,12]). Given the name and a pattern, we get a particular member of the group represented by an actor address.…”
Section: Specifying a Pdsmentioning
confidence: 99%