Every module loaded at server startup will be shared among the server children, saving a lot of RAM on your machine. Usually, we put most of the code we develop into modules and preload them.
You can even preload CGI scripts with Apache::RegistryLoader, as explained in Chapter 10.
 
Continue to: