Rinda
美
英 
例句
A Rinda Tuple might look like this: t1 = [: add, 5, 9], which could be interpreted by clients as a task to add up the given numbers.
一个Rinda元组可能看起来是这个样子的:t1=[:add,5,9],客户端可能会将其解释为一个将两个数相加的任务。
The main drawback of Rinda is that it's not persistent, you lose all tuples in the space when it is stopped or when it crashes.
Rinda最大的缺陷是其不支持持久化,这样一旦程序停止或崩溃的话,所有在元组空间中的元组则会丢失。
A benchmark shows the difference between Rinda and Blackboard (from the presentation)
基准测试显示了Rinda和Blackboard的区别(摘自该演讲)