How can i make sure my file serving is reliable and scalable? How many parallel request it can handle?
I am thinking beyond the hardware capability and band width.<
If you are just serving static files from a file system just use Apache - it's going to be better then anything you will write yourself.