[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- <!--x-content-type: text/plain -->
- <!--x-date: Thu Feb 24 09:24:20 2005 -->
- <!--x-from-r13: psbjyre ng bhgcbfgfragvary.pbz (Quevfgbcure Tbjyre) -->
- <!--x-message-id: [email protected] -->
- <!--x-reference: [email protected] --> "http://www.w3.org/TR/html4/loose.dtd">
- <!--x-subject: [ale] Any Perl Gurus Out There? -->
- <li><em>date</em>: Thu Feb 24 09:24:20 2005</li>
- <li><em>from</em>: cfowler at outpostsentinel.com (Christopher Fowler)</li>
- <li><em>in-reply-to</em>: <<a href="msg00902.html">[email protected]</a>></li>
- <li><em>references</em>: <<a href="msg00902.html">[email protected]</a>></li>
- <li><em>subject</em>: [ale] Any Perl Gurus Out There?</li>
$SIG{CHLD} = sub {$CHILD = 1};
while(1) {
if($CHILD == 1) {
wait;
$CHILD = 0;
}
}
On Thu, 2005-02-24 at 06:43, Jonathan Glass wrote:
> I've written a little Perl script to monitor a log file and alert (in
> this case, insert the flagged data into a DB) on a certain pattern. The
> parent process sits in an infinite loop watching the file, and whenever
> the pattern is matched, a child process is forked to do the DB
> insertion. Anyone know the proper way to handle the death of all these
> child processes? If I run a 'ps -aef' on the box while the script is
> running, I see dozens of '<defunct>' processes.
>
> TIA
>
> Jonathan Glass
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> <a rel="nofollow" href="http://www.ale.org/mailman/listinfo/ale">http://www.ale.org/mailman/listinfo/ale</a>
</pre>
<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<hr>
<!--X-Follow-Ups-End-->
<!--X-References-->
<ul><li><strong>References</strong>:
<ul>
<li><strong><a name="00902" href="msg00902.html">[ale] Any Perl Gurus Out There?</a></strong>
<ul><li><em>From:</em> jonathan.glass at oit.gatech.edu (Jonathan Glass)</li></ul></li>
</ul></li></ul>
<!--X-References-End-->
<!--X-BotPNI-->
<ul>
<li>Prev by Date:
<strong><a href="msg00907.html">[ale] Any Perl Gurus Out There?</a></strong>
</li>
<li>Next by Date:
<strong><a href="msg00909.html">[ale] Slightly OT: Wolfenstein on Linux (with Windows RTCW CD)</a></strong>
</li>
<li>Previous by thread:
<strong><a href="msg00906.html">[ale] Any Perl Gurus Out There?</a></strong>
</li>
<li>Next by thread:
<strong><a href="msg00920.html">[ale] Any Perl Gurus Out There?</a></strong>
</li>
<li>Index(es):
<ul>
<li><a href="maillist.html#00908"><strong>Date</strong></a></li>
<li><a href="threads.html#00908"><strong>Thread</strong></a></li>
</ul>
</li>
</ul>
<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
</body>
</html>