项目作者: wicrecend

项目描述 :
Start serveral process which process commands read from txt file
高级语言: C#
项目地址: git://github.com/wicrecend/ProcessPool.git
创建时间: 2017-04-20T02:43:16Z
项目社区:https://github.com/wicrecend/ProcessPool

开源协议:MIT License

下载


ProcessPool

Start serveral process which process commands read from txt file

Functions Implementation

// Read txt file from commands.txt

// foreach every command, and start process with maxNumber number processes according to the command,

// then waiting the exist process exit and start new process to maxNumber number processes until all commands in commands are done.

// then show the final result: “All Pass”, “Partial Pass, command “*“ need to retry”, “All Failed”.

// if show the text with Green, Yellow, Red color on the console, it will be better.