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

Pergunta

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

Foi útil?

Solução

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.

Outras dicas

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top