开发者

Is a million users hitting one file on the server the same as a million users hitting a million different files?

开发者 https://www.devze.com 2022-12-28 01:44 出处:网络
Is a million users hit开发者_如何学运维ting one file on the server the same as a million users hitting a million different files?It depends on the web server.

Is a million users hit开发者_如何学运维ting one file on the server the same as a million users hitting a million different files?


It depends on the web server.

However, static files are likely to be cached in memory, so I would assume that 1 million users accessing the same file will be faster.


Depends on server configuration and software. You'll need to measure.

0

精彩评论

暂无评论...
验证码 换一张
取 消