|
make a perl script stay resident (compiled)?
How do I make a perl script stay resident (compiled) in memory?
I have a few scripts that are executed multiple times per second. It makes no sense for my server to compile these scripts every single execution. Is there a way to leave the script in memory and, better yet, leave the script compiled in memory?
|