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

StackOverflow https://stackoverflow.com/questions/2695028

  •  01-10-2019
  •  | 
  •  

문제

Is a million users hitting 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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top