Does anyone know how much more of the server's resources are used when using php's readfile function rather than using a direct download (not via php).
I'm hesitant to make a force download script for some of my files because the files are very large (app. 20mb) and i'm on a shared server.
Just the thought of php having to output a 20mb file sounds like it would be quite stressful for any server.