Home Our Concept Services Products Shopping Cart Payment Options FAQ Privacy About Us Contact Us
 
You are here: Home > Tips and Tricks > IPCS Shared Memory and Message Queues

IPCS Shared Memory, Message Queues and Semaphores

Those important parameters are described in each man page and on thousands of web pages.
We hope that our two graphics make it more easy to understand them.

If you consider this page as helpful, then share it with others:

IPCS Message Queues

View full size IPCS Message Queues

IPCS Shared Memory

View full size IPCS Shared Memory ipcs -qa displays information about IPCS-Queues

ipcs -qa |grep -v "0 0" lists only IPCS-Queues which have waiting messages (There are 5 spaces between "0 0")

A value "1" for QNUM means, that there is one message waiting behind that message which is currently being processed (active); that means that there are indeed 2 messages in that queue.

ipcs -aq -D0 ("D-Zero") prints content of the message queues

IPCS Semaphores

ParameterDescription

semmni

Number of semaphore identifiers

semmns

Number of semaphores in system

semmsl

Maximum number of semaphores per ID

semmnu

Number of undo structures in system

Copyright © 2005-2009 Mercury Consulting Limited.