Changes between Version 5 and Version 6 of ModParrotArchitecture

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

--

Legend:

Unmodified
Added
Removed
Modified
  • ModParrotArchitecture

    v5 v6  
    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 
    5556 
    5657The 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.