Re: mod_perl-specific Compiler Options

2007-01-06 Thread Perrin Harkins
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. -

mod_perl-specific Compiler Options

2007-01-05 Thread LUKE
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