![]() |
losing output
Hello,
I have a long running php script that has output at the beginning and end. The beginning makes it to the browser and then I can see that lsphp5 forks off to complete the process. Unfortunately, although the script completes properly, it never returns to output the ending statement to the browser. The user will not know whether the script has finished. I have increased timeouts, is there something else to configure? Regards, Josh |
Code:
I have increased timeouts, |
max_execution_timeout has been increased and shows in the phpinfo output. Connection timeout under litespeed tuning has also been increased. There are no visible timeout errors. Thanks.
|
|
I have configured all of those settings on that page. The child process does complete successfully within the allotted time. It just does not send the closing output to the browser.
|
can you post the lsphp5 settings here ?
also have a try: Server->Tuning->Max Keep-Alive Requests:1 |
Php_lsapi_max_requests=1000
php_lsapi_children=100 lsapi_allow_core_dump=1 lsapi_max_process_time=3600 |
| All times are GMT -7. The time now is 12:55 AM. |