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
Which ipc is the fastest in unix?
How to get or set an environment variable from a program?
What is the full form of ipc?
Explain the initial process sequence while the system boots up?
What is unix ipc?
What are two different models of ipc differentiate both?
What is i-node numbers?
Tell me set-user-id is related to (in unix)?
What is fork()?
What is daemon?
Explain what is the process id for kernel process?
Which ipc is faster?
Explain the advantage of executing a process in background?
What is ipc port?
What are the various schemes available?