tuple spaces
tuple spaces
Posted Aug 28, 2015 9:14 UTC (Fri) by skitching (guest, #36856)In reply to: A look at The Machine by keithp
Parent article: A look at The Machine
In that software design, applications running on a cluster of servers can "connect to a shared memory space" using a library. The library api provides some reasonably standard data-structures (particularly key/value maps and queues).
In practice, the storage is usually distributed across the nodes belonging to the cluster (ie there is no "central server" with lots of memory). In the case of "the machine", perhap tuple-spaces might be a useful way to access this central memory (which would _really_ be central rather than distributed), to reduce the problems related to coherency?
Posted Aug 28, 2015 17:30 UTC (Fri)
by keithp (subscriber, #5140)
[Link]
tuple spaces