Re: Perl Daemons

2001-09-01 Thread Dwight Lemaire
Hi Daniel, Well you've certainly constructed a perpetual infinity loop ... the while(1) will make sure of this ... and so you have a runaway process .. but you know about ps -aux and displaying the PID from this command you can kill the process: kill -9

Perl Daemons

2001-08-31 Thread Daniel Falkenberg
List, I have the following code that I ran on my UNIX system but because I am inexperienced with Perl I don't actually know if the Damon has stopped running. I closed the TTY I was running it on but if I do a ps aux on my system it tells me I am still running the damon script? How do I go