Re: [PHP] large files and readfile

2006-02-06 Thread Richard Davey
On 6 Feb 2006, at 17:21, Daniel Bondurant wrote: I am using php and readfile() to control the download of large files; These files can be up to 1GB.There is nothing really exciting or special about the script itself. The problem I am running into is php is loading the entire file into

Re: [PHP] large files and readfile

2006-02-06 Thread James Kaufman
On Mon, Feb 06, 2006 at 09:21:22AM -0800, Daniel Bondurant wrote: > I am using php and readfile() to control the download of large files; > These files can be up to 1GB.There is nothing really exciting or > special about the script itself. > > The problem I am running into is php is loadin

[PHP] large files and readfile

2006-02-06 Thread Daniel Bondurant
I am using php and readfile() to control the download of large files; These files can be up to 1GB.There is nothing really exciting or special about the script itself. The problem I am running into is php is loading the entire file into apache's memory as the file is being read - this s