On Mon, Jul 26, 2010 at 7:57 AM, Leland Lucius <[email protected]> wrote: > Is there anyway to do it? I've tried using MTREXX, but the threads run > after each other. I've tried multiple stages, but they also run after each > other.
IIRC the trackread and trackwrite stages use diagnose I/O under the covers, so would block there. Depending on what happens in the rest of the pipe, it may make sense to build a more complicated topology (like with long haul IP connection with varying latency). But probably not with CMS MT as you suggest. You probably should run multiple virtual machines and break up the work like that (though if the disk is the bottleneck, you're not likely to achieve much speed-up). | Rob
