Hi, I'm trying to write a daemon script that will monitor an xml file (an iPhoto 5 library to be exact).
I know PHP can easily parse xml files (right? I actually don't know this, but it's true, right?) but can I compile the script at all so that it runs in the background and executes whenever the xml file changes?
Thanks!