You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by LUKE <lu...@tc.program.com.tw> on 2007/01/06 08:34:47 UTC

mod_perl-specific Compiler Options

What situation we need to modify the mod_perl's IO buffer size?


http://perl.apache.org/docs/2.0/user/install/install.html#_DMP_IOBUFSIZE

mod_perl-specific Compiler Options
Change the default mod_perl's 8K IO buffer size, e.g. to 16K:
MP_CCOPTS=-DMP_IOBUFSIZE=16384

Re: mod_perl-specific Compiler Options

Posted by Perrin Harkins <pe...@elem.com>.
LUKE wrote:
> What situation we need to modify the mod_perl's IO buffer size?

You never need to modify it. You have the option of playing with it to
to improve performance, but it's unlikely to make a measurable
difference since you probably have a proxy server in front of your
mod_perl server.

- Perrin