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

Question

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

Was it helpful?

Solution

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.

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top