f = quicklyFailingApp(); foreach i in [0:sufficientlyLargeNumber] { a[i] = someApp(f); } dummy = sleep(15 seconds or so) // to give the other stuff time to do its thing. Mihael