https://bz.apache.org/bugzilla/show_bug.cgi?id=58024

Yann Ylavic <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #33052|0                           |1
        is obsolete|                            |

--- Comment #21 from Yann Ylavic <[email protected]> ---
Created attachment 33106
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=33106&action=edit
mod_slotmem_shm and mpm_winnt (children) with generation number (2.4.x)

(In reply to Yann Ylavic from comment #20)
> 
> Does new commit r1702501 help?

Probably not, AP_MPMQ_GENERATION isn't relevant either in the child process, at
least until child_init() (i.e. after all the pre/post_config() stage, which
mpm_winnt runs for each child too...).

Hence I think we need to make the generation number available earlier in
mpm_winnt's children, so that it can be used at config stage (by any module).

The attached patch (against 2.4.x) includes all the mod_slotmem_shm changes so
far, plus the mpm_winnt changes to make AP_MPMQ_GENERATION work in children.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to