in reply to Processing large file using threads

I have a file that has over 21 million lines in it ... it will take days to process each line
Did you really mean that it will take almost 60,000 years to run the code? Or did you mean it will take days to process each file?

Also, why do you think using threads will be useful?

  • Comment on Re: Processing large file using threads

Replies are listed 'Best First'.
Re^2: Processing large file using threads
by Anonymous Monk on May 08, 2007 at 22:42 UTC
    maybe you should split it to many small text files.