How to know whether the message queue is empty or not.
Answer / pavan
type the command: ipcs -m
you'll get no of messages in Message Q,
else
you can also use msqid_ds structure
i'e : define a structure variable of type
-> struct msqid_ds YOUR_VAR;
and access YOUR_VAR -> msg_qnum
it'll give no of messgaes on Q.
Is This Answer Correct ? | 0 Yes | 0 No |
What is a zombie?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
Explain what are the system calls used for process management?
What is the very first process created by kernel?
What is an advantage of executing a process in background?
What Happens when you execute a command?
What is ipc in unix?
How do you execute one program from within another?
About i-node numbers
What is a Daemon?
What is semaphone?
In Unix inter process communication take place using?