Greg Ames wrote:
> 
> [EMAIL PROTECTED] wrote:
> 
> >   +/* XXX unfortunate issue:
> >   + *     with apachectl restart (not graceful), previous generation dies
> >   + *     abruptly with no chance to clean up scoreboard entries; when new
> >   + *     generation is started, processes can loop forever in start_threads()
> >   + *     waiting for scoreboard entries for threads of prior generation to
> >   + *     get cleaned up...
> 
> yikes!
> 
> Did that break when the scoreboard moved to the process pool?  Looks like
> ap_cleanup_scoreboard won't run any more.

ooops, sorry.  I see that your comment preceded the process pool change.  Maybe
it was the shmem change that broke it?  

In any case, we need to design a reliable way to fix the problem you described.

Greg

Reply via email to