[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: slapd creates zombie processes with shell backend (ITS#99)



> michael@roka.net writes:
> > slapd does not appear to wait for created processes, so each request
> > causes a zombie.
>
> Try this.
> [patch deleted]

Thanks, I applied the patch and it works fine.  I am surprised that the
exit status is obviously not checked, but it does of course solve the
zombie problem to wait for a child each time one terminates.

Michael