View Single Post
  #14  
Old 22-11-2017, 00:53
Gupta Gupta is offline
Banned
 
Join Date: Aug 2016
Location: https://t.me/pump_upp
Posts: 399
Thanks: 139
Thanked 715 Times in 231 Posts
Gupta is on a distinguished road
Send a message via ICQ to Gupta Send a message via AIM to Gupta Send a message via Yahoo to Gupta
Quote:
Originally Posted by 78372 View Post
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

Last edited by Gupta; 22-11-2017 at 00:58.
Reply With Quote
The Following 2 Users Say Thank You to Gupta For This Useful Post:
78372 (22-11-2017), mikey26 (22-11-2017)