Perl: the Markov chain saw | |
PerlMonks |
Re: Re: Re: How to run POE as a daemonby hossman (Prior) |
on Oct 02, 2002 at 00:39 UTC ( [id://202158]=note: print w/replies, xml ) | Need Help?? |
This is not a daemon:yet you would have me believe it is. No, I don't consider that a daemon because it's actively soliciting information on a handle (or port, or file, etc...) as soon as it starts. I would however consider this to be a very simple daemon...
...because it passively waits for a connection on a handle (or port, etc...) before doing anything. it's not a very useful daemon because it's single threaded ... but lots of daemons can run as single threads. But none of this is really helping you achieve what you want, so i guess we'll just agree to disagree. In the mean time, perhaps Proc::Daemon would be of interest to you?
In Section
Seekers of Perl Wisdom
|
|