in reply to Re^3: how to split huge file reading into multiple threads
in thread how to split huge file reading into multiple threads

Hey I posted the code. Can you please suggest now.
  • Comment on Re^4: how to split huge file reading into multiple threads

Replies are listed 'Best First'.
Re^5: how to split huge file reading into multiple threads
by BrowserUk (Patriarch) on Sep 02, 2011 at 09:06 UTC

    If you mean the code you posted in 923771, it doesn't even compile:

    Unmatched right curly bracket at - line 107, at end of line syntax error at - line 107, near "}" Unmatched right curly bracket at - line 108, at end of line Unmatched right curly bracket at - line 109, at end of line Execution of - aborted due to compilation errors.

    And even if it did compile, running it would do nothing as all it contains are two subroutines, that are never called.

    If you have actually run a program that takes 2 1/2 hours to process "millions of records", then why haven't you posted that code?


    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.
      Sorry for the trouble caused. I have shared the code now in my reply to 'robotics'. please suggest.