http://www.perlmonks.org?node_id=1004463


in reply to Re^3: Use of Autoloader in Modern Times
in thread Use of Autoloader in Modern Times

If you have a preforking server and a modern operating system, you'll tend to save memory by loading everything before forking off children, because they'll share memory pages until something modifies them. That's the opposite of autoloading.

  • Comment on Re^4: Use of Autoloader in Modern Times