in reply to Re^4: how to split huge file reading into multiple threads
in thread how to split huge file reading into multiple threads
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?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: how to split huge file reading into multiple threads
by sagarika (Novice) on Sep 07, 2011 at 06:06 UTC |