문제

I wonder if there is a way to extend the maximum execution time and maximum input time with a PHP scaled app on openshift. I need to make an ajax request that need about 5 minutes to excute completely. I tried add some config to set php_value in .htaccess file but it didn't work. I think the problem is the Time Latency is too long, maybe more than 1 minute

도움이 되었습니까?

해결책

5 minutes is a LONG time to have something making an ajax request. Can you break the request up into shorter chunks or anything? I'd be more concerned about fixing that issue than making the PHP request run longer.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top