Right now I am manually building parallel processors for multithreading. Tested, definitely 3x faster processing time. But I was wondering if there is an au3 function to auto output sections of code into sperate temporary .au3 files & then automatically compile them into .exes, use them for processing data then delete the temp .au3 file & .exes after processing that information?
Func FindProcessor($r,$ID)
;Debug("FindProcessor")
WriteTxt("ProcessID",$ID)
WriteTxt("ProcessRow",$r)
WriteTxt("Accepted",0)
Sleep(250)
For $i=1 To $Max