in reply to Re: Using fork for reading and processing a large file in ActiveState perl
in thread Using fork for reading and processing a large file in ActiveState perl

OK, let's put it this way.
I want to read a small file into array once. Then in the loop I do http requests, process results and write a portion into the file. Each portion is small.
  • Comment on Re^2: Using fork for reading and processing a large file in ActiveState perl

Replies are listed 'Best First'.
Re^3: Using fork for reading and processing a large file in ActiveState perl
by BrowserUk (Patriarch) on Feb 24, 2010 at 19:27 UTC

    So why say it a huge file? And what is stopping you?

      In the loop I do a lot of computations and write (append) results to a file.