]> mj.ucw.cz Git - libucw.git/blobdiff - lib/bucket.h
Improved and cleaned up the bucket library. The original "single operation
[libucw.git] / lib / bucket.h
index 815213ca8ea793e19205e8e45c997d2878503d60..b493305d20a30c800268dcc04ee1883f0e4bcadd 100644 (file)
@@ -17,7 +17,9 @@
  *
  * Locking: Each operation on the pool is protected by a flock.
  *
- * The buckets emulate non-seekable fastbuf streams.
+ * The buckets emulate fastbuf streams. Read streams act as normal files,
+ * but there can be only one write stream which is non-seekable and you
+ * also shouldn't open new read streams when writing.
  *
  * fork()'ing if you don't have any bucket open is safe.
  */