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 .
Loading

Sam HobbsPosted Apr 1, 2012, 3:39 PM
Your requirements are (question is) vague so my answer is vague. Is there something more specific you want to ask?