in reply to FastCGI and mod_perl's Apache::Reload equivalent???

the '-M' test looks expensive if I put it in the FCGI loop and do it on every request
It is a little expensive, but hopefully not compared to the overall execution time of your script. And you should only use it on a development system anyway - for a production system you generally shouldn't hot-deploy individual modules.
  • Comment on Re: FastCGI and mod_perl's Apache::Reload equivalent???