On Wed, Mar 29, 2000 at 10:36:38AM -0500, Daniel Martin wrote: > This concern would seem then to not only require perl to be built > without the shared library, but mod_perl as well. (Unless the > performance hit on using a shared library happens only at process > creation - does it?) >
If it is NOT a shared library, because it is being used in one, there is a speed hit at module load while relocations need to be processed (I think). The performance hit if it is a shared library occurs constantly. Both are miserable solutions, unfortunately :) Dan /--------------------------------\ /--------------------------------\ | Daniel Jacobowitz |__| SCS Class of 2002 | | Debian GNU/Linux Developer __ Carnegie Mellon University | | [EMAIL PROTECTED] | | [EMAIL PROTECTED] | \--------------------------------/ \--------------------------------/

