Changes between Version 48 and Version 49 of ModParrotArchitecture

Show
Ignore:
Timestamp:
12/11/08 22:28:17 (13 years ago)
Author:
jhorwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModParrotArchitecture

    v48 v49  
    292292We use the actual Apache {{{module}}} struct instead of the usual {{{module_index}}} idiom here, as cleanups are not real Apache hooks and therefore don't have a module array to index in the configuration.  More importantly, the timing of cleanup registration and execution is indeterminate, since cleanups can be registered during the request, and pools can be destroyed at various points during a connection. 
    293293 
    294 {{{modparrot_meta_request_cleanup}}} is a generic callback function that uses this data to set the module index and call the subroutine. 
     294{{{modparrot_meta_request_cleanup}}} is a generic callback function that uses this data to call {{{callback}}} and pass it the {{{hll_data}}} PMC. 
    295295 
    296296== Multiprocessing Module Support ==