I assume we don't want to run with -3 in production though? Or is this just for the preloading so won't affect run-time performance (so long as my normal setting of Debug is not between -3 and -1)?
I meant to run Debug -3 in development for your PerlSetVar apache config just to make sure the Loader() is compiling things right. You check the runtime system debug messages to make sure that Apache::ASP has really precompiled the scripts, and its not trying to do it again at runtime. > Just one thing though. If I 'close STDERR' is this going to stop any further > Apache messages going to the error log, or does this only last for the > <perl></perl> context and doesn't affect the Apache process's STDERR? I believe that if you close STDERR after opening it like I suggested, that you will just close that STDERR redirect, but STDERR will begin to function again as normal. Don't take my word for it though, try it and see. Regards, Josh ________________________________________________________________ Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc. http://www.chamas.com NodeWorks Link Checking http://www.nodeworks.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]