X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=ucw%2Fdoc%2Ffastbuf.txt;h=86ab55d923dba0b55026c31489b4e050d4e9dfc9;hb=a45646a634b71708f5bc4277868c60e80daaa84c;hp=d94fffe90cf44cef4cf9f12024d7f7e1acbb8ba0;hpb=a4fe009d3366b0a3e119713b0ecc7fc0070efdfa;p=libucw.git diff --git a/ucw/doc/fastbuf.txt b/ucw/doc/fastbuf.txt index d94fffe9..86ab55d9 100644 --- a/ucw/doc/fastbuf.txt +++ b/ucw/doc/fastbuf.txt @@ -18,6 +18,12 @@ inbetween and remember that the file position reported by @btell() points after the flushed buffer, which is not necessarily the same as after the data you've really read. +Most fastbuf back-ends also participate in the libucw resource management system. +If you have a resource pool active, newly created fastbufs are automatically tied +to resources in the pool, so when the pool gets cleaned up, the fastbufs are +freed, too. The bclose() function is still available and it removes the tie +as needed. + .Back-ends: - <> - <>