Skip to content

Start serveral process which process commands read from txt file

License

Notifications You must be signed in to change notification settings

wicrecend/ProcessPool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Start serveral process which process commands read from txt file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages