Re: mod_perl Filters: Selecting the most appropriate buffer size

2012-07-19 Thread Scott Gifford
On Tue, Jul 10, 2012 at 7:16 AM, Rommel Sharma rsharm...@sapient.comwrote: Hi All, ** ** I am going through the documentation on mod_perl filters at the link below: ** ** http://perl.apache.org/docs/2.0/user/handlers/filters.html ** ** ** ** Examples set a buffer

RE: mod_perl Filters: Selecting the most appropriate buffer size

2012-07-19 Thread Rommel Sharma
Filters: Selecting the most appropriate buffer size On Tue, Jul 10, 2012 at 7:16 AM, Rommel Sharma rsharm...@sapient.commailto:rsharm...@sapient.com wrote: Hi All, I am going through the documentation on mod_perl filters at the link below: http://perl.apache.org/docs/2.0/user/handlers

mod_perl Filters: Selecting the most appropriate buffer size

2012-07-10 Thread Rommel Sharma
Hi All, I am going through the documentation on mod_perl filters at the link below: http://perl.apache.org/docs/2.0/user/handlers/filters.html Examples set a buffer size to process the content held in the buffer like: use constant BUFF_LEN = 1024; What is the best approach to reach most