]> git.ipfire.org Git - thirdparty/git.git/commit - daemon.c
git-daemon: actually remember the children we have outstanding
authorLinus Torvalds <torvalds@g5.osdl.org>
Sat, 16 Jul 2005 04:51:57 +0000 (21:51 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 16 Jul 2005 04:51:57 +0000 (21:51 -0700)
commit66e631def8ad6a15eed57bcbde4157e0964ad8fc
tree90485dce12eae14371cf1553821afb167e11f61e
parenteaa9491955ef645bd2d3ca989f17bb80b9896d23
git-daemon: actually remember the children we have outstanding

This is using a lockless approach that allows us to handle children
dying without having to block SIGCHLD.

Right now our "solution" to too many kids is pretty damn rough, but it
at least shows what you can do.
daemon.c