Re: How to read a very large file??

2007-08-13 Thread sivasakthi
On Wed, 2007-08-08 at 05:58 -0700, Paul Lalli wrote: On Aug 8, 8:09 am, [EMAIL PROTECTED] (Sivasakthi) wrote: I have a very large file. It may be contain 1lac lines Just FYI, that doesn't mean anything outside of India. You might want to use more conventional numeric notation when

Re: How to read a very large file??

2007-08-13 Thread yaron
: Wednesday, August 8, 2007 3:09:26 PM (GMT+0200) Auto-Detected Subject: How to read a very large file?? Hi Guys, I have a very large file. It may be contain 1lac lines.. also it length is increased in dynamically.. Each time ( per 5 min) i need to read the contents from file do some work .. Suppose

Re: How to read a very large file??

2007-08-09 Thread sivasakthi
On Wed, 2007-08-08 at 08:12 -0400, Chas Owens wrote: On 8/8/07, sivasakthi [EMAIL PROTECTED] wrote: Hi Guys, I have a very large file. It may be contain 1lac lines.. also it length is increased in dynamically.. Each time ( per 5 min) i need to read the contents from file do some

How to read a very large file??

2007-08-08 Thread sivasakthi
Hi Guys, I have a very large file. It may be contain 1lac lines.. also it length is increased in dynamically.. Each time ( per 5 min) i need to read the contents from file do some work .. Suppose i have read the lines for first 5 min then after some time it reads the same line also , so it

Re: How to read a very large file??

2007-08-08 Thread Chas Owens
On 8/8/07, sivasakthi [EMAIL PROTECTED] wrote: Hi Guys, I have a very large file. It may be contain 1lac lines.. also it length is increased in dynamically.. Each time ( per 5 min) i need to read the contents from file do some work .. Suppose i have read the lines for first 5 min then

Re: How to read a very large file??

2007-08-08 Thread Paul Lalli
On Aug 8, 8:09 am, [EMAIL PROTECTED] (Sivasakthi) wrote: I have a very large file. It may be contain 1lac lines Just FYI, that doesn't mean anything outside of India. You might want to use more conventional numeric notation when posting to an internation forum. IIRC, 1lac means 10^5, right?

Re: How to read a very large file??

2007-08-08 Thread Ken Foskey
On Wed, 2007-08-08 at 17:39 +0530, sivasakthi wrote: Hi Guys, I have a very large file. It may be contain 1lac lines.. also it length is increased in dynamically.. Each time ( per 5 min) i need to read the contents from file do some work .. Suppose i have read the lines for first 5 min