Sorry if this has been discussed, but it's not easy to search for this one.
We have an on-going issue where PHP processes are getting hung and just run 'forever'. They are getting detached (i.e. the parent process is 1). Our max execution time is set to 30 seconds.
I know that this is more than likely a PHP coding related issue, but odd that the max execution time is not killing the process.
Any suggestions are greatly appreciated.
We have an on-going issue where PHP processes are getting hung and just run 'forever'. They are getting detached (i.e. the parent process is 1). Our max execution time is set to 30 seconds.
I know that this is more than likely a PHP coding related issue, but odd that the max execution time is not killing the process.
Any suggestions are greatly appreciated.