Derek Simkowiak wrote:
> 2) One webpage I've read says that mod_perl "compiles" (interprets) each
> Perl script only once, and then retains the compiled code in memory. Is
> that something that was custom-made for mod_perl, or is that a feature of
> using an embedded Perl interpreter? Can you point me to a file/line of code
> in mod_perl?
>
a feature of an embedded perl interpreter. the application that loads the
interpreter stays running. and in less it explicitly closes the interpreter, it
stays running. unless the perl script is reloaded for some reason, the compiled
code stays resident in the interpreter, which is resident in the embedding
application.
hth,
--
___cliff [EMAIL PROTECTED]http://www.genwax.com/