Patches to mass-check which do this threading stuff (remember perl threads are
uber-flakey) will be happily accepted (provided that they work!).
C
Daniel Quinlan wrote:
DQ> If the non-local network tests take too long, how about running all of
DQ> them first in a separate thread, then do the lo
If the non-local network tests take too long, how about running all of
them first in a separate thread, then do the local tests while that's
happening, and when the local tests are done, collect the results from
the network tests?
The overall idea is to run IO-bound tests at the same time you are