View Single Post
Go4Expert Founder
6Nov2006,11:28  
shabbir's Avatar
If you are to process large amount of data and which can take long time you have 2 options

1. Use threads
2. Use a GUI to indicate some work is done.

I am sure you need to be parsing those 60 KB of data one line at a time only.