thelycaeum has asked for the wisdom of the Perl Monks concerning the following question:
and then calculates the average and the standard deviation of the output stored in the array. This process could be speeded up by forking the external program call (obviously, I guess) which is the only thing that takes a while. What module could I use to achieve a speed up under Linux and Windows as well? I could write it in such a way that it recognizes windows and switches to the presently implemented serial processing I guess, but this would be somewhat unsatisfying.@foo = `bar $input_file_name`;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: fork and Linux/Windows portability
by BrowserUk (Patriarch) on Oct 01, 2012 at 21:22 UTC | |
|
Re: fork and Linux/Windows portability
by rpnoble419 (Pilgrim) on Oct 01, 2012 at 23:12 UTC |