21.14.3. Discussion
Apache::Reload includes the functionality of Apache::StatINC. Simply
saying:
PerlModule Apache::Reload
PerlInitHandler Apache::Reload
is enough to duplicate the functionality of Apache::StatINC. That is,
at the start of each request, Apache::Reload goes through all
currently loaded modules, checking timestamps to see which have
changed. Because checking every module on every request is a burden
on popular sites, Apache::Reload also lets you specify which modules
to check and reload.