1
Answer

Allocating Resources to Thread.

Photo of Akshay Teotia

Akshay Teotia

13y
2k
1
Hi Friends

How to allocate resources to each thread?


I will describe the problem.

I want to read each 25% of a file by 4 threads at the same time and after some chages on them write into another file by respecting the appropriate place for each part of the input file simultaneously.  They can't be read or write at the same place .

Answers (1)