Pergunta de entrevista da empresa Beeline (Russia)

When you read 1000 files simulteniously in defferent threads. How many threads should you create? And Why?

Resposta da entrevista

Sigiloso

27 de mai. de 2020

It was a test task to create c# solution that reads text fies in multiple threads. Thing is there should n't be more threads than your CPU can have. Other files probably should be queued.