in reply to Re^2: Using kernel-space threads with Perl
in thread Using kernel-space threads with Perl

The job is embarrassingly parallelizable, so I was going to simply carve it up into pieces.

Then it may be possible to do something useful. It depends on wher you are getting the data from and how it can be subdivided.

A little more information about the data and the processing to be performed on that data might suggest a better technique.


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
  • Comment on Re^3: Using kernel-space threads with Perl