Page 2 of 2

Posted: Fri Sep 04, 2015 7:10 am
by chulett
Not using the "wait" is the only way to come close to the at once requirement. And the sleep is just a suggestion to avoid overloading the server during startup, space out the job invocations a wee bit.

Posted: Fri Sep 04, 2015 10:43 am
by kduke
You can do the same thing in BASIC by commenting out the wait routine.

ErrCode = DSWaitForJob(hJob1)

This one line waits for the job to finish.