Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
m-stream/usage/notes [2018_09_05 07:30] danm-stream/usage/notes [2019_08_15 09:55] dan
Line 1: Line 1:
 # M-Stream Usage Notes # M-Stream Usage Notes
 +Last updated on Aug. 15, 2019
  
 M-Stream is a File Fabric feature that speeds up the uploading, downloading and copying of very big files. Large files are split into pieces, sent in parallel over multiple streams, and reassembled back into a contiguous file or object at the target. In this way M-Stream maximizes network bandwidth, minimizes network latency, and increases resiliency, particularly for wide area networks.  M-Stream is a File Fabric feature that speeds up the uploading, downloading and copying of very big files. Large files are split into pieces, sent in parallel over multiple streams, and reassembled back into a contiguous file or object at the target. In this way M-Stream maximizes network bandwidth, minimizes network latency, and increases resiliency, particularly for wide area networks. 
Line 59: Line 60:
 ## Notes ## Notes
  
-* Provider support MPU/DLO and range read.  +* Provider must support MPU/DLO and range read.  
-* File system support Random I/O. (Controlled by the read / write block size) +* File system must support Random I/O. (Controlled by the read / write block size) 
 * M-Stream requires no user interaction. It works automatically when conditions allow. * M-Stream requires no user interaction. It works automatically when conditions allow.