Server-environment and configuration: How bad is fread() etc?
- by zero
Hello dear commmunity, good day!
I run a little site (now for several months ) that has users accessing big files, for
download as well for streaming to the browser.
It's fairly active, so assuming the worst, how bad is getting php to read the files that would be stored outside of the webroot and then getting it to echo it to a page dynamically for the browser to then read?
My question is: how bad is fread() etc in this context!?
zero