I'm getting incoming emails to activate a PHP script, not web page
requests - so I can't visibly see things with a browser.
Is there any way I can detect if one of my PHP scripts never exits - either
the script "crashes" or enters an infinite loop?
Is there some sort of timeout value a server will place on a script, that it
must complete execution by a certain time, or it gets stopped?
And are there any questions I should be asking of my web hosting service
i.e. "does your server know if a script has gone bad or has run for too
long?"
Thanks in advance,
Simon.
requests - so I can't visibly see things with a browser.
Is there any way I can detect if one of my PHP scripts never exits - either
the script "crashes" or enters an infinite loop?
Is there some sort of timeout value a server will place on a script, that it
must complete execution by a certain time, or it gets stopped?
And are there any questions I should be asking of my web hosting service
i.e. "does your server know if a script has gone bad or has run for too
long?"
Thanks in advance,
Simon.
Comment