willpower Posted February 28, 2007 Share Posted February 28, 2007 Hi I have a page with a temp and weather conditions box on it. The data it contains is the returned data using a free webservice. When all is well....it is great. However I have noticed that this simple SOAP request (NuSoap Lib) and the resulting return, can, increase page download time to beyond ridiculous. I need to know if there is a way using this library to set a response time. This would enable me cancel the request if its too slow and fill the bax with an alternative. either that or.... How would I go about displaying the page anyway and have a loading image until the data arrives (AJAX sort of thing i'd imagine) Thanks Will Quote Link to comment https://forums.phpfreaks.com/topic/40542-web-service-slow-need-to-set-time-limit/ Share on other sites More sharing options...
willpower Posted March 1, 2007 Author Share Posted March 1, 2007 bumpety bump. Quote Link to comment https://forums.phpfreaks.com/topic/40542-web-service-slow-need-to-set-time-limit/#findComment-197075 Share on other sites More sharing options...
Snooble Posted March 1, 2007 Share Posted March 1, 2007 php.ini's timeout limit. Google... Snooble Quote Link to comment https://forums.phpfreaks.com/topic/40542-web-service-slow-need-to-set-time-limit/#findComment-197078 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.