Akshay Teotia

Akshay Teotia

  • NA
  • 3.9k
  • 6.7m

Allocating Resources to Thread.

Apr 1 2012 12:45 PM
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)