Quote:
Originally Posted by 78372
MCM is good, much better than zcm if you ask me. I would have created a cls already, but I would like to create mt which takes time and not possible when my exam is running, and st cls isn't that fast.
|
Okay let me share how i implemented it some months back, it's very very easy if you ask me
Createprocess creates its own threads, run n processes as required, wait first one to finish(have to maintain sequence), push result into output stream,now second one is you first
Repeat until input.eof
One more tip, use any FIFO data structure to easy maintain the sequence.
This is how i implemented this without any one's help