Suppose there exists a simple website that hosts user images on multiple image sharing websites to ensure that one server going down will not damage the integrity of the user's page.
Is it possible using php (perhaps using Thread
, curl
, or proc_open
?) to determine which image hosting sites are up and to display the image using the host which produces the fastest image delivery?