[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
programming questions. topics process , signals , IPC
how can I convince child process not to send SIGCHLD to the father (and thus not
remain zombie)?
how can I change the max size of Message Queue (Sys V IPC message queue)
also, when trying to run my prgoram on old SunOS machine the machine refused to
send message to the message queue saying "no more processes" does SVR4 machines
open a new process when trying to open msg queue? is there a way to avoid it?
does SunOS open a new process?