johno dread - 2009-03-09 15:20:55
I am grabbing information from a source using SOAP and storing the results in a table. The process currently ises a for loop, which means waits for one peice of information to be retrieved from the source and stored in the database before going on to the next one. Is there a way to speed up this process? for example I need to have the script continue to retrieve information while the database is being updated