Hi, I have been writing scripts on a local machine. I noticed that mod_perl can tell when I change a CGI script, but if that script accesses a module or module that changes, it often times does not notice this. So, when I update the module files I restart apache.
This has worked fine for my local machine, but the day is drawing near in which I may be installing this onto a web-host provider running mod_perl. If this happens and there is an upgrade or a bug-fix in a module, how does one deal with it? Does mod_perl garbage collect the compiled code after it has not been accessed in a while? Thank you, Elizabeth