What I'm doing CONSTANTLY needs to be running. How can I handle this in PHP? I have tried to set up crons that run every minute for one minute, but this is proving to be imprecise. Any tips?
database triggers? I have a feeling that if you look into WHY you're doing the thing that requires being run continuously, you'll find you don't in fact need it to run continuously. So, what are you doing big picture?