I am running a while loop, to go through a list and download text from each link using a socket, into a specific file name. Only problem is, it downloads it all at once, so if there is 3 different files to download, test1 test2 and test3, it only downloads test3 because the other two tests don't get time to download there text from there links in time before while loop ends and begins next loop. when it pauses though, I need the sockets to carry on going, which are in a seperate alias laugh I just need the loop to stop.

Last edited by dominic_eddy; 13/04/14 02:38 PM.