stas 2002/11/24 04:11:22 Modified: src/docs/2.0/user/handlers filters.pod Log: escape > Revision Changes Path 1.9 +1 -1 modperl-docs/src/docs/2.0/user/handlers/filters.pod Index: filters.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/handlers/filters.pod,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- filters.pod 24 Nov 2002 08:52:38 -0000 1.8 +++ filters.pod 24 Nov 2002 12:11:21 -0000 1.9 @@ -1072,7 +1072,7 @@ the read from the file can be postponed to the very moment when the data is sent to the client, thus saving a lot of memory and CPU cycles. though filters writers should be aware that if they call -$bucket->read(), or any other operation that internally forces the +$bucket-E<gt>read(), or any other operation that internally forces the bucket to read the information into the memory (like the length() op) and thus making the data handling inefficient. therefore a care should be taken so not to read the data in, unless it's really necessary.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]