multiple task doing file i/o
Hi Experts,
i would like to get your advise on my situation.
i have many process about 1000 process ( some of them call request ). but this process will dump output into 1 file only.
this 1000 process work in parallel.. not in sequence. i believe some of process cannot insert the output because other process still open the file.
what the best option do i get?
is it java NIO solve this problem? or other solution?
|