Practical mod_perl / HTML Book /



previous page: 4.3.2. Syntax Validation
  
page up: HTML Version of the book
  
next page: 4.3.4. The Confusion with use( ) in the Server Startup File

4.3.3. What Modules Should Be Added to the Startup File


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:

  • prev: 4.3.2. Syntax Validation
  • Table of Contents
  • next: 4.3.4. The Confusion with use( ) in the Server Startup File







TOP
previous page: 4.3.2. Syntax Validation
  
page up: HTML Version of the book
  
next page: 4.3.4. The Confusion with use( ) in the Server Startup File


Menu

  • HTML Book
  • PDF Book
  • Download Code
  • Table of Contents
  • Errata
  • mod_perl2 User's Guide
  • Sitemap

Search


Add to Google




Creative Commons License


Written by
Eric Cholet (Logilune) and
Stas Bekman (StasoSphere & Free Books).


[ Privacy Policy | Terms of Use | About Us | Search ]

© 2007 StasoSphere.com