PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
thanks for the info. But how do you think this would do? I mean without some kind of pauses. This looks like it will just run continuously untill the list is done. Wouldn't the script time out? And I think that would put a strain on my server and the other site, no?
thanks for the info. But how do you think this would do? I mean without some kind of pauses. This looks like it will just run continuously untill the list is done. Wouldn't the script time out? And I think that would put a strain on my server and the other site, no?
Thanks
1GB of data always puts some strain on the server
A few options to ease this problem:
a) restricting the number of downloads per call (downloading 300 images at a time - while deleting these images from the file "to-do" list)
b) using cronjobs
c) using a combination of both (from 3 to 5am the load on the servers should be minimal)
d) asking your affiliate to send you a dvd with these images.