in reply to Re^2: threading a perl script
in thread threading a perl script
Thank you all for the kind replies, i'll not include threading in my script after each time i read in a line. However, i'll try to thread multiple files, since i have multiple large files all to be processed the same way. I think i can thread these together, am i right?
Next question; how can I thread for example 3 files and then wait till one is finished and then the next file can be processed. In other words; how can i process, for example, always 3 files at the same time?
Kind regards, Boetsie
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: threading a perl script
by BrowserUk (Patriarch) on May 11, 2011 at 18:10 UTC |