Changes between Version 18 and Version 19 of ModParrotArchitecture

Show
Ignore:
Timestamp:
11/29/08 18:52:06 (13 years ago)
Author:
jhorwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModParrotArchitecture

    v18 v19  
    125125}}} 
    126126 
    127 The only remaining problem is how to reset the index for each connection.  mod_parrot registers a hook for every Apache phase with the APR_HOOK_REALLY_FIRST flag so the mod_parrot hook always runs first.  It does this to reset the index before any other modules can run.  Here's the actualy mod_parrot pre_connection handler, which does nothing but reset the index: 
     127The only remaining problem is how to reset the index for each connection.  mod_parrot registers a hook for every Apache phase with the APR_HOOK_REALLY_FIRST flag so the mod_parrot hook always runs first.  It does this to reset the index before any other modules can run.  Here's the actual mod_parrot pre_connection handler, which does nothing but reset the index: 
    128128 
    129129{{{