multi-threaded batch commands

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
mirrormirror
Posts: 129
Joined: 08 Feb 2016 20:25

multi-threaded batch commands

#1 Post by mirrormirror » 20 Nov 2016 16:20

stumbled across this utility and thought some of you might find it useful:

https://github.com/lordmulder/MParallel

MParallel is a batch processor with multi-threading support, i.e. it will run multiple tasks in parallel. This can be very useful, not only, to take full advantage of multi-processor (multi-core) machines.

ShadowThief
Expert
Posts: 1160
Joined: 06 Sep 2013 21:28
Location: Virginia, United States

Re: multi-threaded batch commands

#2 Post by ShadowThief » 20 Nov 2016 16:53

We've been using start /b for years to multithread. It will be interesting to see what kind of performance boost this will bring.

Post Reply