Home ›
Preventing code calling external web services from slowing or stopping display of your sitePreventing code calling external web services from slowing or stopping display of your site
Submitted by Benjamin Melançon on November 18, 2010 - 7:14pm
I think the best way is probably AJAX.
Using curl which takes a timeout argument is also possible.
In Drupal 7, better to use drupal_http_request().
http://api.drupal.org/api/drupal/includes--common.inc/function/drupal_http_request/7
Searched words:
prevent call to outside service from delaying site
third party include
3rd party services
Comments
Post new comment