Child process library and example programs Copyright 1999 by Mark Whitis. All Rights Reserved. http://www.dbd.com/~whitis/software/ README - This file Makefile - Build instructions for make program child.h - include file child.c - library source child_demo1.c - Spawns a number of child processes which sleep for a random amount of time and then die, at which point they will be replaced child_demo2.c - A simple webserver which preforks 4 processes which respond to HTTP requests by reporting their status child_demo3.c - Illustrates use of child_pipeve() without pipes child_demo4.c - Dumps its arguments and environment, usefull for testing child_demo3.c child_demo5.c - Illustrates use of child_pipeve() with stdin and/or stdout redirected through a pipe license.html - license terms To build the programs on a Linux system, just type "make".