Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about sigchld

Read more about sigchld

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - sigchld

How waitpid is better than wait when multiple SIGCHLDs are raised simultaneously?

In the book "Unix network programming, Volume 1" by Richard Stevens, in the section "Difference between wait vs waitpid", it says waitpid() should be used intead of wait(). I under...
test-img

Jayanth

sockets

unix

wait

waitpid

sigchld

Votes: 0

Answers: 1

Latest Answer

The difficulty is that a signal SIGCHLD only tells that at least one child process has exited or changed its state. You don't know how many wait or waitpid calls are required. According to the documen...
test-img

Bodo

What happens when you fork() from one of the created threads?

I'm trying to understand how the below works in Linux: What happens when you fork() from one of the created threads? what happens to other threads? What happens when you fork() from the main thread ...
test-img

user3479915

linux

multithreading

pthreads

fork

sigchld

Votes: 0

Answers: 0

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved