in reply to Re: Can Perl write multiple files at the same time?
in thread Can Perl write multiple files at the same time?
But ithreads are now discouraged, which leaves you with fork. You might try opening all 6 files at once and writing one block at a time to each of them -- that might work ok, depending on how your os does buffering.
No it doesn't, that just nonsense, don't spread it around Re^2: Splitting large array for threads.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Can Perl write multiple files at the same time?
by no_slogan (Deacon) on Oct 21, 2014 at 07:07 UTC | |
by Anonymous Monk on Oct 21, 2014 at 09:18 UTC | |
by BrowserUk (Patriarch) on Oct 21, 2014 at 11:19 UTC | |
by no_slogan (Deacon) on Oct 21, 2014 at 15:37 UTC | |
by Anonymous Monk on Oct 21, 2014 at 20:57 UTC | |
by no_slogan (Deacon) on Oct 21, 2014 at 22:30 UTC | |
|
In Section
Seekers of Perl Wisdom