Hi,

If I understand correctly, <!--#include file="aspfile" args=@args-->compiles aspfile only once, and consequtive calls only pass @args to the precompiled script. I guess the same is done when I use $Response->Include($filename, @args). But what happens if I use $Response->Include(\$script_text, @args)? Is $srcipt_text recomplied every time I call it? If yes, can this behaviour be changed? Or, is there a way - maybe that is rather a mod_perl question - to compile perl scripts (modulest, etc.) in runtime and keep them compiled in memory and shared between Apache childs?

Your suggestions?

Thanks,
- Csongor



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to