Hi
I've writen a server is PHP that i want to run every min.
so i can do something like in cron
*/1 * * * * lynx -dump http://www.somedomain.com/myserver.php
But i want to make sure there only 1 running.
The web tells met to check for an prosesid but i running PHP as an apache module so ther is no prosesid.
Does any one have any idears?
Thanks
p.s runing redhat el5