Skip to content

spawn and control process via http or tcp socket

Notifications You must be signed in to change notification settings

ra-kalai/prespawn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

prespawn.lua

About

prespawn.lua is a command line program, who spawn, and respawn the same program.

spawned program file descriptor stdin / stdout / stderr are available through HTTP and|or a tcp socket

Opts

usage: ./prespawn.lua [cmd to run]
Available options are:
  -h help           Display this
  -t tcp-listen     tcp control port
  -w http-listen    http control port
  -m min-instance   min number of instance
  -k keep-around    keep around *n* read entry of stdout, stdin
  -r respawn-delay  set the minimum respawn delay in second
  -d debug          debug / verbose mode

License

prespawn.lua is distributed under the terms of the GNU Lesser General Public License.

About

spawn and control process via http or tcp socket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages