Changes between Version 44 and Version 45 of ModParrotArchitecture

Show
Ignore:
Timestamp:
12/01/08 18:52:27 (13 years ago)
Author:
jhorwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModParrotArchitecture

    v44 v45  
    168168== HLL Modules == 
    169169 
    170 In addition to the global mod_parrot Apache module, each HLL layer must register its own Apache module.  This is a first-class module, and Apache cannot tell it apart from any other module.  Having separate Apache modules for each HLL pushes things like configuration management, hook dispatch, and error semantics onto Apache, which is designed to do just those things.  This keeps mod_parrot small, generic and flexible. 
     170In addition to the global mod_parrot Apache module, each HLL layer must register its own Apache module.  Having separate Apache modules for each HLL pushes things like configuration management, hook dispatch, and error semantics onto Apache, which is designed to do just those things.  This keeps mod_parrot small, generic and flexible. 
    171171 
    172172=== Module Registration ===