When you read 1000 files simulteniously in defferent threads. How many threads should you create? And Why?
Sigiloso
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.