Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Re: Daemon causing zombies under 5.8

by trs80 (Priest)
on Jan 13, 2003 at 22:48 UTC ( [id://226635]=note: print w/replies, xml ) Need Help??


in reply to Re: Daemon causing zombies under 5.8
in thread Daemon causing zombies under 5.8

Thanks for the second set of eyes virtualsue. I had been over the $SIG{CHLD} = 'IGNORE' problem before when working on a different solution, I can't belive I didn't notice it was missing from this code.

Replies are listed 'Best First'.
Re: Re: Re: Daemon causing zombies under 5.8
by virtualsue (Vicar) on Jan 13, 2003 at 23:35 UTC
    You're welcome. I suggest you think about removing the recursion that Helter pointed out, too. I never noticed it when I skimmed your program the first time, because I was only looking for the cause of your zombie problem. Wouldn't it be much cleaner to structure your code like
    while (1) { process_files(); # loop(), essentially sleep $interval; }
    ?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://226635]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-18 01:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found