kustov Posted July 6, 2007 Share Posted July 6, 2007 There is a PHP – script on the server, which is worked out for a long time (over 10 min). The connection breaks up while performing the script and the absence of output to the client’s browser since the browser thinks that the server stops answering. How can I solve the problem that part of the PHP script on the server can not be performed because of connection interruption? Quote Link to comment https://forums.phpfreaks.com/topic/58731-too-long-time-for-performing-script/ Share on other sites More sharing options...
jscix Posted July 6, 2007 Share Posted July 6, 2007 we'd need way more information that that. What is the script? Does it end with an specific error? Quote Link to comment https://forums.phpfreaks.com/topic/58731-too-long-time-for-performing-script/#findComment-291327 Share on other sites More sharing options...
kustov Posted July 8, 2007 Author Share Posted July 8, 2007 I think the solution is ignore_user_abort(); Quote Link to comment https://forums.phpfreaks.com/topic/58731-too-long-time-for-performing-script/#findComment-292548 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.