[go: nahoru, domu]

Skip to content

Server that receives a processes to queue, run and monitor, then sends back result to controller

Notifications You must be signed in to change notification settings

brownie5253/Proccess_Overseer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Proccess_Overseer

Please view raw version as many special characters don't appear

Server that receives through sockets a processes to queue, assigns thread to run it then monitors it and finally sends back result to controller

Arguments to pass to the server/overseer:

overseer

overseer port

Arguments to pass to the server/overseer:

controller

[-o out_file] [-log log_file] [-t seconds] [arg...]

overseer IP address overseer port the file to be executed [arg...] an arbitrary quantity of arguments passed to file --help prints usage message [-o out_file] redirects stdout and stderr of the executed to out_file [-log log_file] redirects stdout of the overseer’s management of to log_file [-t seconds] specifies the timeout for SIGTERM to be sent

< > angle brackets indicate required arguments. [ ] brackets indicate optional arguments. ... ellipses indicate an arbitrary quantity of arguments

About

Server that receives a processes to queue, run and monitor, then sends back result to controller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages