View Single Post
  #1 (permalink)  
Old 06-02-2008, 02:51 PM
vaskarbasak vaskarbasak is offline
Member
 
Join Date: May 2008
Posts: 12
vaskarbasak is on a distinguished road
read the file from different line number
Hi All,

I have a text file.The file size is very big.I have to read the file from different line number.
e.g

File test.txt contains 10000000 lines and more.The 1st thread read the file from line 1 to 1000.2 nd thread read the file from line 1100 to 2000.3 rd thread read the file from line 2100 to 3000.. so on.

Please help me.

Thanks!
vaskar
Reply With Quote
Sponsored Links