[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. Greg