author | Linus Torvalds <torvalds@g5.osdl.org> | |
Sat, 16 Jul 2005 04:51:57 +0000 (21:51 -0700) | ||
committer | Linus Torvalds <torvalds@g5.osdl.org> | |
Sat, 16 Jul 2005 04:51:57 +0000 (21:51 -0700) | ||
commit | 66e631def8ad6a15eed57bcbde4157e0964ad8fc | |
tree | 90485dce12eae14371cf1553821afb167e11f61e | tree | snapshot |
parent | eaa9491955ef645bd2d3ca989f17bb80b9896d23 | commit | diff |
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.
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 | diff | blob | history |