comotion / spew-exec

process manager for spew - handles signals and such

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spew-exec is a process manager for spew ( https://github.com/lafka/spew )

Spew takes commands on stdin and forks processes that communicate with
the calling process.

Commands: 
   EXEC /path/to/exec arguments
     creates a child process,

<- HANDLE x/y
<- stdout
<- stderr

   WRITE blah

     writes blah to stdin of child process
 
  SIGNAL TERM
     sends signal TERM to child

<- DIED
   
      sent by spew-exec when child is dead/reaped.


:

About

process manager for spew - handles signals and such


Languages

Language:C 99.8%Language:Makefile 0.2%