| Distributed Heap Storage |
The central abstraction within our design is a global address space shared by
several nodes which is organized as a distributed heap storage (DHS) containing both data
and code. The DHS concept goes beyond traditional Distributed Shared Memory (DSM) systems
as it also includes shared code. Memory
accesses (read or write) are properly monitored by the MMU. DHS consistency is ensured by
an own memory consistency model "Transactional
Consistency". |
| Contact: Ralph Goeckelmann. |