]> git.ipfire.org Git - thirdparty/git.git/commit - daemon.c
git-daemon: keep track of children
authorLinus Torvalds <torvalds@g5.osdl.org>
Sat, 16 Jul 2005 03:42:28 +0000 (20:42 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 16 Jul 2005 03:42:28 +0000 (20:42 -0700)
commiteaa9491955ef645bd2d3ca989f17bb80b9896d23
treefd1bd025fa8057fa29e7bd26bed21b711dab27cf
parent78d9d414123ad6f4f522ffecbcd9e4a7562948fd
git-daemon: keep track of children

We don't want them as zombies, and eventually we'll want to limit their
number. Right now we just count them.
daemon.c