Re: SIGCHLD behaviour...
Sandip Bhattacharya <[email protected]>
| Newsgroups | gmane.user-groups.linux.delhi.devel |
|---|---|
| Organization | Puroga Technologies Pvt. LTd. |
| Message-ID | <[email protected]> |
Sameer Oak wrote: > > Does Linux kernel have a different behaviour for SIGCHLD? In a concurrent > server program, I never used SA_NOCLDSTOP flag while a lot many > children processes running where each child process serves an individual > connection. > From http://lxr.linux.no/source/arch/i386/kernel/signal.c#L674 Linux seems to have the same behaviour for dealing with SIGCHLD signals. - Sandip -- Sandip Bhattacharya sandip (at) puroga.com Puroga Technologies Pvt. Ltd. Work: http://www.puroga.com Home: http://www.sandipb.net GPG: 51A4 6C57 4BC6 8C82 6A65 AE78 B1A1 2280 A129 0FF3