>
> -Original Message-
> From: Dan Hardiker [mailto:[EMAIL PROTECTED]]
> Sent: jeudi 2 mai 2002 12:13
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] Test if a daemon is running...
>
>
> What type of daemon?
>
> eg: To see if my pop3 d
.
-Original Message-
From: Dan Hardiker [mailto:[EMAIL PROTECTED]]
Sent: jeudi 2 mai 2002 12:13
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] Test if a daemon is running...
What type of daemon?
eg: To see if my pop3 daemon is running I use sockstat... "sockstat | grep
110
What type of daemon?
eg: To see if my pop3 daemon is running I use sockstat... "sockstat | grep
110" and process the output.
eg: To see if my mail redirect daemon is running I
check /var/run/red_mail.pid
All depends on what you want to do as to how you do it. You could even do
it in a multitude
Hello everybody,
I would like to know an easy way to check is a daemon is running.
What do you think is the best? Try to read a .pid file from the right
directory? Use sockets function to try to connect to the listening port of
the daemon? Grep the output of "ps -e" ?
Thanks for your help !
Gi
4 matches
Mail list logo