in reply to Re^2: How do you parallelize STDIN for large file processing?
in thread How do you parallelize STDIN for large file processing?

Hi,

I have kind of similar need. Can you please paste some sample and easy (as I am not a pro in perl) code; how can I bundle the writing in one separate thread ?

  • Comment on Re^3: How do you parallelize STDIN for large file processing?

Replies are listed 'Best First'.
Re^4: How do you parallelize STDIN for large file processing?
by Corion (Patriarch) on Aug 30, 2011 at 09:35 UTC

    This is not a code writing service. You will have to show the relevant parts of your existing Perl code and tell us how it does not work and where the bottleneck is.

Re^4: How do you parallelize STDIN for large file processing?
by Anonymous Monk on Aug 30, 2011 at 11:47 UTC