Example, i have one php file which readfile()s remote video files that is about 100MB+. and about 10 users are simultaneously accessing this phpfile will it cost too much CPU resources? let's say about 300+ users. will the server crash?
i have unlimited bandwidth. so bandwidth doesn't matter. What if 500+ users are simultaneously using that single file which readfile()s a remote files which is about 100MB+? will it take too much load on the server?