[syslog-ng]problem with syslog-ng
Balazs Scheidler
syslog-ng@lists.balabit.hu
Thu, 07 Apr 2005 19:50:00 +0200
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