How to know whether the message queue is empty or not.
Answer Posted / 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 |
Post New Answer View All Answers
What is unix ipc?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
What is ipc port?
Explain a zombie?
Explain the advantage of executing a process in background?
What are two different models of ipc differentiate both?
What is the full form of ipc?
What are the various schemes available in ipc?
Max relax-able permission value with out giving write permission to others?
Explain the system calls used for process management?
How to get or set an environment variable from a program?
Which ipc is the fastest in unix?
What are the various schemes available?
Explain how do you execute one program from within another?
Explain what is the process id for kernel process?