Changes between Version 6 and Version 7 of ModParrotArchitecture

Show
Ignore:
Timestamp:
11/23/08 17:58:33 (13 years ago)
Author:
jhorwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModParrotArchitecture

    v6 v7  
    5353   * {{{void *csd}}} 
    5454 * {{{int module_index}}} - identifies the current HLL module (index into the server configuration's module_array) 
    55  * {{{int pool_index}}} - index into this context's context pool array 
     55 * {{{int pool_index}}} - index into the context pool array 
    5656 
    5757The block of Apache data structures lists all possible structures that Apache may pass to a handler.  As a rule, if any of the Apache data structures are in scope, mod_parrot MUST update the corresponding pointer in the context before calling a metahandler.  This ensures that metahandlers can access the proper data structures, as they are given only the context to work with.