On Mon, Jul 26, 2010 at 9:23 AM, Leland Lucius <[email protected]> wrote:
> Yepper, I'm to the point of just doing the single threaded, but, even if the > trackwrite used a DIAG, then I'd expect threading would get a chance between > DIAG calls. I've tried adding a ThreadYield() in a REXX stage, but that > just causes all sorts of problems. > > Just out of curiosity, I think I'll try DDR before throwing in the > towel...though I'm not gonna try too hard. :-) Yes, I/O issued by DDR will also serialize. I fear I don't know what you're trying to achieve... If you expect to speed up things, my guess is that you gain more by starting the program now than to postpone that a few hours writing complicated code :-) | Rob
