summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-09-03 19:35:38 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-09-03 19:58:15 (GMT)
commit68643772e30d9be7b2d123714cc7202e9d0991cf (patch)
treec9ccea399e1b690aa5d4e87630b95c7898a460d8
parent101f040b80a1dcee79fe2bc70c0c59021871b09b (diff)
downloadhdf5-68643772e30d9be7b2d123714cc7202e9d0991cf.zip
hdf5-68643772e30d9be7b2d123714cc7202e9d0991cf.tar.gz
hdf5-68643772e30d9be7b2d123714cc7202e9d0991cf.tar.bz2
Mention that creating new objects is not possible with legacy SWMR.
Add abbreviation TBD where we need to add a hyperlink.
-rw-r--r--doc/vfd-swmr-user-guide.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/vfd-swmr-user-guide.md b/doc/vfd-swmr-user-guide.md
index 806e34f..650d869 100644
--- a/doc/vfd-swmr-user-guide.md
+++ b/doc/vfd-swmr-user-guide.md
@@ -18,13 +18,14 @@ better-performing replacement for the existing SWMR feature.
* VFD SWMR allows HDF5 objects (groups, datasets, attributes) to be
created and destroyed in the course of a reader-writer session.
+ Creating objects is not possible using the existing SWMR feature.
* It compartmentalizes much of the SWMR functionality in a virtual-file
driver (VFD), thus easing The HDF Group's software-maintenance burden.
* And it makes guarantees for the maximum time from write to availability
of data for read, provided that the reading and writing systems and
their interconnections can keep up with the data flow.
-For details on how VFD SWMR is implemented, see [LINK to RFC].
+For details on how VFD SWMR is implemented, see [TBD: LINK to RFC].
# Quick start