[BusyBox] Init
Vladimir N. Oleynik
dzo at simtreas.ru
Sat Aug 24 04:55:02 UTC 2002
Thomas,
> > Running thttpd on my embedded system, which uses Busybox for almost
> > everything including init, I ran into trouble, when I had high traffic
> > with a lot of CGI processing. As traffic increased, there were a lot of
> > zombie processes with PPID 1. Looking at the source, I found, that
> > there's no handler for SIGCHLD in init. Has this an particular reason ?
> > All other init implementations i know have one. I added one and this
> > problem vanished at once.
> I figured out, that a simple signal (SIGCHLD, SIG_IGN) does the same.
This is default.
> The above problem applies also for orphaned threads, which have PPID 1
> too.
Have tou this problem with development version busybox?
--w
vodz
More information about the busybox
mailing list