Hi,
I'm trying to signal my server from my web-server:
kill("USR1", $pid);
But since they're running on different UIDs it's not working.
My questions are:
A. Is there a way to make it work (except for running them with the same
UID)?
B. If the answer is no, what other methods are there (checking a DB/file
every second is not an option)?
--Yuval