Curt Zirzow [EMAIL PROTECTED] wrote:
> replaced:
>   readfile($name);
> with:
>   $fp = fopen($name, 'rb');
>   fpassthru($fp);

The only difference between readfile() and fpassthru() is what parameters you pass it.

Something else is the problem, what version of php are you running?

I am using php 4.2.2

OK - I lied.

The same problem exists with fpassthru (now that I have let it run a little longer) I now have 5 sleeping httpd processes on my system that are consuming 200Meg each.

Any thoughts?

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to