stas 2004/08/20 17:48:47 Modified: src/docs/2.0/api/APR Bucket.pod Log: It's important to know that certain bucket types (e.g. file bucket), may perform a split and insert extra buckets following the current one. Therefore never call C<L<$b-E<gt>remove|/C_remove_>>, before calling C<$b-E<gt>read>, or you may lose data. Obtained from: Joe Shaefer Revision Changes Path 1.13 +5 -0 modperl-docs/src/docs/2.0/api/APR/Bucket.pod Index: Bucket.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/APR/Bucket.pod,v retrieving revision 1.12 retrieving revision 1.13 diff -u -u -r1.12 -r1.13 --- Bucket.pod 20 Aug 2004 23:38:28 -0000 1.12 +++ Bucket.pod 21 Aug 2004 00:48:47 -0000 1.13 @@ -478,6 +478,11 @@ =back +It's important to know that certain bucket types (e.g. file bucket), +may perform a split and insert extra buckets following the current +one. Therefore never call C<L<$b-E<gt>remove|/C_remove_>>, before +calling C<$b-E<gt>read>, or you may lose data. + Examples: Blocking read:
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]