Reliable data serving

前端 未结 2 1067
庸人自扰
庸人自扰 2020-11-27 08:20

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.<

2条回答
  •  一整个雨季
    2020-11-27 09:08

    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.

提交回复
热议问题