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

Re: Re: Re: Daemon causing zombies under 5.8

by virtualsue (Vicar)
on Jan 13, 2003 at 23:35 UTC ( [id://226650]=note: print w/replies, xml ) Need Help??


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

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://226650]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-25 17:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found