Re: perl daemon program
- From: krahnj@xxxxxxxxx (John W. Krahn)
- Date: Fri, 30 May 2008 22:05:12 -0700
beast wrote:
Hi All,
Hello,
1. Does Perl program suitable for long running process or daemon?
Yes.
2. Is this considered as daemon program?
$ cat myprog.pl
while($true) {
# do something
}
$ ./myprog.pl &
No.
http://www.enderunix.org/documents/eng/daemon.php
http://www.webreference.com/perl/tutorial/9/
http://www-theorie.physik.unizh.ch/~dpotter/howto/daemonize
John
--
Perl isn't a toolbox, but a small machine shop where you
can special-order certain sorts of tools at low cost and
in short order. -- Larry Wall
.
- References:
- perl daemon program
- From: Beast
- perl daemon program
- Prev by Date: perl daemon program
- Next by Date: Getting Segmentation fault
- Previous by thread: perl daemon program
- Next by thread: Re: perl daemon program
- Index(es):
Relevant Pages
|
|