in reply to Re: Logical Conundrum
in thread Logical Conundrum
To help clarify for mcogan1966:
From what he said in the cb, he comes across as wanting to do all the data munging at once, but print out the results together (unmixed) at the end of the processing. So it's kind of one-by-one and parallel combined. Parallel computing , one-by-one results. Which is an ideal use of flock(), for which he seems to be having some odd issues. He hasn't posted code to show us what might be going wrong, but it seems he is passing the locked handle to forked children. Which is just far too wrong :)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Logical Conundrum (bugs?)
by tye (Sage) on Dec 01, 2003 at 19:20 UTC | |
Re: Logical Conundrum
by Abigail-II (Bishop) on Dec 01, 2003 at 19:36 UTC | |
by mcogan1966 (Monk) on Dec 01, 2003 at 21:10 UTC |