Hi,
I found many erroe messages “No request delivery notification has been received from LSAPI application, possible dead lock.” on the cyberpanel error log page.
Long story short, i realised if i disabled sleep(5), or reduced it in one of my php script, it went away.
So i tested it with a single php script with just 1 commend in a while loop:
sleep(10);
And I confirmed that the sleep command produced “No request delivery notification has been received from LSAPI application, possible dead lock.” message.
What could be the settings paramters that cause this, is there any way to tune the settings to prevent this error message?
Thanks
ACP