diff options
| -rw-r--r-- | README.md | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -7,11 +7,8 @@ used to accelerate data transformations (aka DDC). Unreal Zen Storage Service can also be deployed as a shared instance for use as a shared cache (DDC). This is recommended for high load environments such as a build farm since we can handle significantly higher request rates compared to -plain file share (SMB) and Cloud DDC. - -We also supports upstream connectivity to cloud storage services as well as other Zen server instances. -However, due to how upstream/downstream propagation is handled this is not currently recommended as performance -will be better if you use a hierarchical DDC graph in UE. +plain file share (SMB) and Cloud DDC. For a shared instance we strongly recommend using Windows OS and the http.sys path +since this is the highest throughput option as of this writing. # Build Instructions |