Allocating Resources to Thread.
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 .