由于XSLT处理模型是“写一次读多次”的,同步逻辑可以变得更简单,使浏览树变得更快。
Because the XSLT processing model is "write-once, read-many," the synchronization logic can be much simpler, leading to faster navigation of the tree.
如果没有分帧机制,一端接收到的数据可能比另外一端发送的数据多或少(这会将一次写操作划分成多次操作,或者将多次写操作合并到一个读操作中)。
Without framing, a peer may receive more or less than was sent (splitting up a write or aggregating multiple writes into a single read).
这些应用都是写数据一次,读却是一次到多次,并且读的速度要满足流式读。
These applications write their data only once but they read it one or more times and require these reads to be satisfied at streaming speeds. HDFS supports write-once-read-many semantics on files.
这些应用都是写数据一次,读却是一次到多次,并且读的速度要满足流式读。
These applications write their data only once but they read it one or more times and require these reads to be satisfied at streaming speeds. HDFS supports write-once-read-many semantics on files.
应用推荐