QUOTE (jjhurani @ Mar 1 2008, 04:33 PM)

One of the drawbacks of grabbing data from remote locations in your PHP scripts, is that you are at the mercy of the remote host(s). If they are lagged, so are you. This is because you have to wait for the pictures to completely download before your page can completely render. Consider hosting the images locally...
I am not quite sure what you mean by "How will I be alerted of it?".
I mean, how will I know that the houston servers will be up and fast again...
This of the images is only a test. Images are hosted on my server. Also, during tests I'm downloading 3 images at the same time in a cycle. I wouldn't say it's the remote server that's lagged but there's a problem in resolving domains.
The real problem comes when I have to use xml calls for on line reservations... And, as I've tested a bit, the issue is in DNS resolving. That's why if I use ips it's faster.