This also fixes the shutdown issue with worker MPM on FreeBSD which is good
:)

david


> brianp      02/01/11 00:01:11
>
>   Modified:    .        CHANGES
>                server/mpm/worker worker.c
>   Log:
>   Fix for a segfault in the worker MPM during graceful shutdown:
>   The per-transaction pools in the worker MPM can't be children of
>   the listener thread's pool, because that pool may go out of scope
>   while some workers are still procesing requests using the transaction
>   pools.
>


Reply via email to