7 Apr
2005
7 Apr
'05
6:50 p.m.
On Thu, 2005-04-07 at 10:38 +0530, niraj wrote:
I m facing problem with this code . When I execute this program it forks 2 process A zombie syslog-ng process on the forked ID syslog-ng on the next pid
but without while loop every thing is working properly
syslog-ng goes into background automatically, unless you specify the --foreground parameter. syslog-ng becomes a zombie as you don't wait() for it. -- Bazsi