Re: Too little memory

2003-05-30 Thread zentara
On Thu, 29 May 2003 10:47:26 -0500, [EMAIL PROTECTED] (Camilo Gonzalez) wrote: >I need to read in from a temp file that is about 10 megs big in 1.5 meg >increments and write results to a database. I can't slurp up the whole >temp file because I'm only allowed 2 megs of memory. I was hoping to >

Too little memory

2003-05-30 Thread Camilo Gonzalez
I need to read in from a temp file that is about 10 megs big in 1.5 meg increments and write results to a database. I can't slurp up the whole temp file because I'm only allowed 2 megs of memory. I was hoping to read in only 1.5 megs per pass of the file but the read seems to be slurping up the