fork failures within shell scripts

Doug Gwyn gwyn at brl-smoke.ARPA
Mon Jul 21 00:13:20 AEST 1986


The SVR2 Bourne shell goes into an exponential backoff retry mode
when an attempt to fork fails.  Sometimes this is a good idea and
sometimes it is incredibly stupid (consider what happens on an
overloaded system running several shell scripts; as soon as one
fails to fork, it will probably never succeed until long after
the load drops back to normal).



More information about the Comp.unix.wizards mailing list