I'm running a curl script that does data mining; for it to run through all date it takes approx 600 seconds. So I figured, If I split the load with two or three or etc... threads, I could then split that 600 seconds.
Any suggestions?
I know one way to do this is via windows scheduler, I can have it execute multiple files; but ideally I'd like to have windows scheduler execute (i.e. php-cgi thefilename.php) one single file and have that one exec multiple others.
Any suggestions? THanks,
wget, should be something for Windows also