Re: breaking packages into smaller files for performance?

2006-11-11 Thread rick
> I've found conflicting information about this. > > modperl: Is there a performance impact to breaking up a single 350k file > (monolithic package) into multiple files (still the same package name)? > > I guess I'm asking: Are larger files inherently slower, even when > pre-compiled? (Obviously,

breaking packages into smaller files for performance?

2006-11-11 Thread Will Fould
I've found conflicting information about this.modperl: Is there a performance impact to breaking up a single 350k file (monolithic package) into multiple files (still the same package name)?I guess I'm asking: Are larger files inherently slower, even when pre-compiled?  (Obviously, I'm not a comput

[RFC] Apache2::Filter::TagAware

2006-11-11 Thread Adam Prime x443
At ApacheCon this year Geoff gave a talk about Output filters (slides: http://www.modperlcookbook.org/~geoff/slides/ApacheCon/2006/mp2_filters-printable.pdf.gz) which included a sample handler that ran the manual through HTML::Clean. a big part of the code in the filter was to handle the possib

RE: Apache::AuthDBI package

2006-11-11 Thread Kevin Appel
Thanks for the info Philip -Original Message- From: Philip M. Gollucci [mailto:[EMAIL PROTECTED] Sent: Saturday, November 11, 2006 10:58 PM To: Kevin Appel Cc: 'modperl@perl.apache.org' Subject: Re: Apache::AuthDBI package Kevin Appel wrote: > Is anyone using the Apache::AuthDBI package?

Re: Apache::AuthDBI package

2006-11-11 Thread Philip M. Gollucci
Kevin Appel wrote: Is anyone using the Apache::AuthDBI package? I am currently using version 1.04 and Im confused about the DEBUG entry in the code, specifically the debug function. By default, the DEBUG is set to 0 which means there is no debugging, 1 will show cache hits, and 2 is full blown