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 are the various schemes available?
What are two different models of ipc differentiate both?
What is unix ipc?
How to get or set an environment variable from a program?
What is daemon?
Which ipc is faster?
What is the full form of ipc?
What is fork()?
What is ipc in unix?
Explain the advantage of executing a process in background?
How to write the program on full-duplex communication on bidirectional?
Which ipc is the fastest in unix?
Explain the initial process sequence while the system boots up?
Explain what is the process id for kernel process?
What is the condition required for dead lock in unix system?